We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2931b0 commit 6c20d1fCopy full SHA for 6c20d1f
.github/workflows/docker-publish.yml
@@ -6,6 +6,7 @@ name: Docker
6
# documentation.
7
8
on:
9
+ workflow_dispatch:
10
schedule:
11
- cron: '24 22 * * *'
12
push:
@@ -127,4 +128,4 @@ jobs:
127
128
if: ${{ github.event_name != 'pull_request' && !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
129
# This step uses the identity token to provision an ephemeral certificate
130
# against the sigstore community Fulcio instance.
- run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push-latest.outputs.digest }}
131
+ run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push-latest.outputs.digest }}
0 commit comments