Skip to content

Commit

Permalink
update cache update to always build images
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Apr 24, 2024
1 parent 36ea8ae commit d3e3987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cache-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Cache Update

on:
workflow_dispatch:
push:
branches:
- cache-update-fix

defaults:
run:
Expand Down Expand Up @@ -88,6 +91,7 @@ jobs:
image: ${{ matrix.image }}
go-md5: ${{ needs.checks.outputs.go_code_md5 }}
publish-image: false
forked-workflow: true
permissions:
contents: read
actions: read
Expand Down Expand Up @@ -117,6 +121,7 @@ jobs:
go-md5: ${{ needs.checks.outputs.go_code_md5 }}
release-url: ${{ needs.release-notes.outputs.release-url }}
publish-image: false
forked-workflow: true
permissions:
contents: read
security-events: write
Expand Down Expand Up @@ -171,6 +176,7 @@ jobs:
nap_modules: ${{ matrix.nap_modules }}
release-url: ${{ needs.release-notes.outputs.release-url }}
publish-image: false
forked-workflow: true
permissions:
contents: read
security-events: write
Expand Down

0 comments on commit d3e3987

Please sign in to comment.