Skip to content

Commit

Permalink
Added Multiple Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim committed Jun 11, 2024
1 parent 10d9d5c commit 5aae23d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile,./Dockerfile.arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -108,6 +109,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile,./Dockerfile.arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
Expand Down

0 comments on commit 5aae23d

Please sign in to comment.