Skip to content

Commit 2868f93

Browse files
authored
Update docker-publish.yml
1 parent 6aa71c6 commit 2868f93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Docker
66
# documentation.
77

88
on:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '24 22 * * *'
1112
push:
@@ -127,4 +128,4 @@ jobs:
127128
if: ${{ github.event_name != 'pull_request' && !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
128129
# This step uses the identity token to provision an ephemeral certificate
129130
# against the sigstore community Fulcio instance.
130-
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

Comments
 (0)