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 148bf8a commit e7dfaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
#!/bin/bash
release=$(gh release view --json --jq ".tag")
release=$(gh release view --json "tag" --jq ".tag")
echo "$release"
echo "release=$release" >> "$GITHUB_OUTPUT"
- name: Extract version
Expand Down

0 comments on commit e7dfaab

Please sign in to comment.