Skip to content

Commit

Permalink
chore: makes image and tag var configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
navarrothiago committed Sep 14, 2024
1 parent c6689c1 commit 5639651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sentryflow/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0

PROG_NAME = sentryflow
IMAGE_NAME = 5gsec/$(PROG_NAME)
TAG = v0.1
PROG_NAME ?= sentryflow
IMAGE_NAME ?= 5gsec/$(PROG_NAME)
TAG ?= v0.1

.PHONY: build
build: gofmt golint gosec
Expand Down

0 comments on commit 5639651

Please sign in to comment.