Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Peter committed Jul 6, 2024
1 parent f6b2e56 commit 19ce691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tagged_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
working-directory: /tmp/digests
run: |
echo "digests=$(printf '%s ' *)" >> $GITHUB_OUTPUT
echo "tags=$(jq -cr '.tags | map("-t " + .) | join(" ")'" >> $GITHUB_OUTPUT
echo "tags=$(jq -cr '.tags | map(\"-t \" + .) | join(\" \")'" >> $GITHUB_OUTPUT
########################### Sign Docker images ###########################
- name: Sign osctrl Docker containers
Expand Down

0 comments on commit 19ce691

Please sign in to comment.