Skip to content

Commit 315e777

Browse files
committed
Fix push-tar-image variables
1 parent bcefbdf commit 315e777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
source-image: ${{ env.IMAGE_NAME }}
8181
semver: v${{ needs.version.outputs.semver }}
82-
exists: v${{ needs.version.outputs.tag-exists }}
82+
exists: ${{ needs.version.outputs.tag-exists }}
8383
push: ${{ needs.version.outputs.releasable }}
8484

8585
release:

0 commit comments

Comments
 (0)