Skip to content

Commit

Permalink
Retry Docker Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed May 7, 2024
1 parent 909bc1f commit 302fb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ "main" ]

schedule:
- cron: "30 03 * * 1-5"
- cron: "30 03 * * 6"

jobs:
build:
Expand All @@ -19,4 +19,4 @@ jobs:
uses: actions/[email protected]

- name: Build Docker Image
run: docker build ./ --file ./swift.Dockerfile --name local_workflow --tag amd64/local_workflow:latest
run: docker build ./ --file ./swift.Dockerfile --tag amd64/local_workflow:latest

0 comments on commit 302fb8d

Please sign in to comment.