Skip to content

Commit

Permalink
Remove cron in docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes authored Oct 27, 2023
1 parent d8c9746 commit da3a2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Docker
# documentation.

on:
schedule:
- cron: '35 20 * * *'
# schedule:
# - cron: '35 20 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit da3a2fa

Please sign in to comment.