Skip to content

Commit

Permalink
Merge pull request #123 from cyber-dojo/turn-off-caching-in-workflow-…
Browse files Browse the repository at this point in the history
…build-image

Turn off caching in workflow job to build image
  • Loading branch information
JonJagger authored Feb 2, 2025
2 parents 6d45e05 + a8e6327 commit bb87ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
no-cache: true
push: true
tags: ${{ env.IMAGE_NAME }}
build-args: |
Expand Down

0 comments on commit bb87ac5

Please sign in to comment.