Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvAmBass authored Sep 22, 2024
1 parent 1d804a2 commit 1f50ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Docker
# documentation.

on:
workflow_dispatch:
schedule:
- cron: '24 22 * * *'
push:
Expand Down Expand Up @@ -153,4 +154,4 @@ jobs:

- name: Sign the published Docker image - smbd-wsdd2
if: ${{ steps.docker_version_check.outputs.tag == 'true' }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push-smbd-wsdd2.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push-smbd-wsdd2.outputs.digest }}

0 comments on commit 1f50ae1

Please sign in to comment.