Skip to content

Commit

Permalink
Fixing release workflow GH action (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Mar 10, 2021
1 parent 4078f93 commit 6213c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
with:
context: .
push: true
tags: checkmarx/kics:latest,checkmarx/kics:${{ outputs.get-version.version }}
tags: checkmarx/kics:latest,checkmarx/kics:${{ steps.get-version.outputs.version }}
build-args: |
VERSION=${{ steps.get-version.outputs.version }}

0 comments on commit 6213c3a

Please sign in to comment.