Skip to content

Commit 77198fa

Browse files
fix: pass image tag into build image command (#893)
Signed-off-by: Pasha Kostohrys <pavel@codefresh.io>
1 parent e414d0d commit 77198fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
set -ex
4343
docker login --username "${DOCKER_USERNAME}" --password "${DOCKER_PASSWORD}" quay.io
44-
IMAGE_PUSH=yes make multiarch-image
44+
IMAGE_PUSH=yes IMAGE_TAG=v${{ steps.version.outputs.version }} make multiarch-image
4545
env:
4646
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
4747
DOCKER_PASSWORD: ${{ secrets.QUAY_TOKEN }}

0 commit comments

Comments
 (0)