Skip to content

Commit

Permalink
Disabled caches
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed Aug 25, 2024
1 parent 5349f8d commit 32a8795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
context: .
platforms: linux/amd64
pull: true
no-cache: true
load: true
tags: ghcr.io/${{ github.repository }}:test
- name: Check if changed
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
provenance: false
platforms: linux/amd64,linux/arm64,linux/arm/v7
pull: true
no-cache: true
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:latest
Expand Down

0 comments on commit 32a8795

Please sign in to comment.