Skip to content

Commit

Permalink
Merge pull request #1166 from DFE-Digital/2221-fix-docker-tag-on-work…
Browse files Browse the repository at this point in the history
…flowdispatch-1

[2221] Test docker build action
  • Loading branch information
saliceti authored Jan 30, 2025
2 parents a77ba9c + b1c3cc4 commit 5c2b869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-nocache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build No Cache
on:
workflow_dispatch:
schedule:
- cron: "30 12 * * 0"
# Will run once a week on Sunday afternoon
- cron: "0 0/1 * * *"
# Every hour

jobs:
build-no-cache:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build without cache and push docker image
id: build-image
uses: DFE-Digital/github-actions/build-docker-image@master
uses: DFE-Digital/github-actions/build-docker-image@2221-fix-docker-tag-on-workflowdispatch
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
context: .
Expand Down

0 comments on commit 5c2b869

Please sign in to comment.