Skip to content

Commit

Permalink
Add missing dependency in Makefile (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade authored Jan 23, 2023
1 parent a9bf99b commit f707669
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 @@ -168,7 +168,7 @@ endif
DOCKER_BUILDKIT=1 $(OCI_RUNTIME) build --build-arg BASE_IMAGE=$(DOCKER_IMG):$(DOCKER_TAG) -t $(DOCKER_IMG):$(COMMIT) -f contrib/docker/shortlived.Dockerfile .

.PHONY: push-ci-images
push-ci-images:
push-ci-images: build-ci-images
DOCKER_BUILDKIT=1 $(OCI_RUNTIME) push $(DOCKER_IMG):$(COMMIT)
ifeq ($(DOCKER_TAG), main)
# Also tag "latest" only for branch "main"
Expand Down

0 comments on commit f707669

Please sign in to comment.