Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Mar 3, 2025
1 parent 858bcfb commit ccfe020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
COSIGN_EXPERIMENTAL: "true"
COSIGN_EXPERIMENTAL: 1
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: |
content="${{ steps.meta.outputs.tags }}"
content="${content//$'\n'/'@${{ steps.build-and-push.outputs.digest }}; cosign sign '}"
content="${content//$'\r'/''}"
echo "cosign sign $content"
echo "cosign sign $content" | /bin/bash
echo "cosign sign --yes $content"
echo "cosign sign --yes $content" | /bin/bash

0 comments on commit ccfe020

Please sign in to comment.