Skip to content

Commit

Permalink
ci: docker: trigger first run of scheduled action
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 1, 2023
1 parent 19607b6 commit 64a9639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
tags:
- "*"
schedule:
- cron: "0 19 * * 3"
# Mondays 4AM UTC
- cron: "0 4 * * 1"
#- cron: "0 4 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
name=trailofbits/eth-security-toolbox,enable=${{ github.repository == 'trailofbits/eth-security-toolbox' }}
tags: |
type=schedule
type=schedule,pattern={{date 'YYYYMMDD'}}
type=schedule,pattern=nightly-{{date 'YYYYMMDD'}}
type=ref,event=tag
type=ref,event=branch,prefix=testing-
type=edge
Expand Down

0 comments on commit 64a9639

Please sign in to comment.