Skip to content

Commit

Permalink
Test docker build action
Browse files Browse the repository at this point in the history
Modify the build-nocache workflow to run from the github-actions branch
  • Loading branch information
saliceti committed Jan 30, 2025
1 parent a77ba9c commit b1c3cc4
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 b1c3cc4

Please sign in to comment.