Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent dd65d05 commit 9776751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Extract latest release
id: last_release
id: extract-release
uses: pozetroninc/[email protected]
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
- name: Extract version
id: extract-version
run: |
tag=${{ steps.last_release.outputs.release }}
tag=${{ steps.extract-release.outputs.release }}
version=${tag%-*}
echo $version
echo "version=${version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9776751

Please sign in to comment.