Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jekabolt committed Jun 24, 2022
1 parent ff4cbcd commit 861b3b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions art-admin/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
REGISTRY=grbpwr
IMAGE_NAME=art-admin
REGISTRY=jekabolt
VERSION=master

build: statics
Expand Down Expand Up @@ -65,11 +64,11 @@ endif

IMAGE_VERSION := $(shell printf '%s-%s-%s' $(GIT_TAG) $(VERSION_CURRENT_DATE) $(VERSION_CURRENT_BRANCH) )


# configuration for binary and image
IMAGE_NAME := bot-detection-tool
IMAGE_NAME := art-admin
IMAGE_DOCKERFILE := $(DOCKERFILE_PATH)/Dockerfile
DOCKER_IMAGE := $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
# DOCKER_IMAGE := $(IMAGE_NAME):$(IMAGE_VERSION)

image-build: ## build the docker image
docker build \
Expand Down

0 comments on commit 861b3b7

Please sign in to comment.