Skip to content

Commit

Permalink
build-push-action: Disable cache in order to make sure that we get th…
Browse files Browse the repository at this point in the history
…e latest version.
  • Loading branch information
danieltrick committed Sep 16, 2024
1 parent 633b2e0 commit 0575990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
no-cache: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 0575990

Please sign in to comment.