Skip to content

Commit

Permalink
fix: Restore Makefile container build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth committed Nov 28, 2024
1 parent 96f86b7 commit 71d46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check:

.PHONY: build-image
build-image: format
# @docker build --no-cache -t ${REGISTRY}/${GITHUB_ACTOR}/${TASK}:$(VERSION) -f ./Dockerfile.${TASK} .
@docker build --no-cache -t ${REGISTRY}/${GITHUB_ACTOR}/${TASK}:$(VERSION) -f ./Dockerfile.${TASK} .
@docker build --no-cache -t ${REGISTRY}/${GITHUB_ACTOR}/${TASK} -f ./Dockerfile.${TASK} .

.PHONY: gold gold-push
Expand Down

0 comments on commit 71d46b4

Please sign in to comment.