mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-13 00:08:14 -04:00
update docker-publish.yml
This commit is contained in:
parent
63f77a9ea9
commit
ba2c1f27eb
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -82,6 +82,4 @@ jobs:
|
||||
env:
|
||||
COSIGN_EXPERIMENTAL: 1
|
||||
run: |
|
||||
for tag in ${{ steps.meta.outputs.tags }}; do
|
||||
cosign sign --yes "${tag}@${{ steps.build-and-push.outputs.digest }}"
|
||||
done
|
||||
echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes "{}@${{ steps.build-and-push.outputs.digest }}"
|
||||
|
Loading…
Reference in New Issue
Block a user