Skip to content

Commit

Permalink
Specify Target Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Oct 12, 2023
1 parent 98fdc8c commit 28efb9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push-app-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./alpine.Dockerfile
platforms: linux/ppc64le,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 28efb9c

Please sign in to comment.