Skip to content

Commit 6c20d1f

Browse files
authoredSep 22, 2024
Update docker-publish.yml
1 parent d2931b0 commit 6c20d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/docker-publish.yml

+2-1
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)