Skip to content

Commit

Permalink
Force pull
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed May 29, 2024
1 parent 7c1ca5b commit 72b7805
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 @@ -41,6 +41,7 @@ jobs:
with:
context: .
platforms: linux/amd64
pull: true
load: true
tags: ghcr.io/${{ github.repository }}:test
- name: Check if changed
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
# Prevent "unknown" platforms: https://github.com/docker/build-push-action/issues/820
provenance: false
platforms: linux/amd64,linux/arm64,linux/arm/v7
pull: true
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:latest
Expand Down

0 comments on commit 72b7805

Please sign in to comment.