We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4078f93 commit 6213c3aCopy full SHA for 6213c3a
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
with:
46
context: .
47
push: true
48
- tags: checkmarx/kics:latest,checkmarx/kics:${{ outputs.get-version.version }}
+ tags: checkmarx/kics:latest,checkmarx/kics:${{ steps.get-version.outputs.version }}
49
build-args: |
50
VERSION=${{ steps.get-version.outputs.version }}
0 commit comments