Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update GitHub Action to v10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suntorytimed authored Jul 24, 2023
1 parent 6565c28 commit 08616c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.2
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.3
ghcr.io/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ env.IMAGE_NAME }}:10.2
ghcr.io/${{ env.IMAGE_NAME }}:10.3
labels: ${{ steps.meta.outputs.labels }}

- name: Write signing key to disk
Expand All @@ -110,6 +110,6 @@ jobs:
# against the sigstore community Fulcio instance.
run: |
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.2@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.3@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:latest@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:10.2@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:10.3@${{ steps.build-and-push.outputs.digest }}

0 comments on commit 08616c0

Please sign in to comment.