update docker-publish.yml

This commit is contained in:
xboard 2025-01-08 00:55:36 -05:00
parent 63f77a9ea9
commit ba2c1f27eb

View File

@ -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 }}"