Skip to content

Commit

Permalink
img_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Mar 2, 2023
1 parent 3020e4a commit 4b0a9d7
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 @@ -142,7 +142,7 @@ ci-images-build: image-build

.PHONY: ci-images-push
ci-images-push:
DOCKER_BUILDKIT=1 $(OCI_BIN) push $(IMAGE_TAG_BASE):$(COMMIT)
DOCKER_BUILDKIT=1 $(OCI_BIN) push $(IMG_SHA)
ifeq ($(SW_VERSION), main)
# Also tag "latest" only for branch "main"
DOCKER_BUILDKIT=1 $(OCI_BIN) push ${IMG}
Expand Down

0 comments on commit 4b0a9d7

Please sign in to comment.