Skip to content

Commit

Permalink
Update build-and-push-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattman107 authored Apr 27, 2024
1 parent f4ad9fe commit 68c6e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
target: deploy
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}

0 comments on commit 68c6e02

Please sign in to comment.