Skip to content

Commit

Permalink
docker-image-scan.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc authored Apr 1, 2024
1 parent 5b55a34 commit 4235749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
#!/bin/bash
gh release view
release=$(gh release view --jq ".tag")
echo "$release"
echo "release=$release" >> "$GITHUB_OUTPUT"
- name: Extract version
id: extract-version
run: |
Expand Down

0 comments on commit 4235749

Please sign in to comment.