Skip to content

Commit 6213c3a

Browse files
Fixing release workflow GH action (#2213)
1 parent 4078f93 commit 6213c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
with:
4646
context: .
4747
push: true
48-
tags: checkmarx/kics:latest,checkmarx/kics:${{ outputs.get-version.version }}
48+
tags: checkmarx/kics:latest,checkmarx/kics:${{ steps.get-version.outputs.version }}
4949
build-args: |
5050
VERSION=${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)