Skip to content

Commit

Permalink
Pushing instead of using load because of docker/buildx#59
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpeach committed Aug 7, 2024
1 parent cf9d698 commit 0318be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: true
pull: true
load: true
# load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ./docker/brew-arm.docker
Expand Down

0 comments on commit 0318be3

Please sign in to comment.