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 d857b4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
# context: .
file: ./Dockerfile,./Dockerfile.arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -107,7 +108,8 @@ jobs:
- name: Build and push Docker image (Plexdrive 5.2.1)
uses: docker/build-push-action@v5
with:
context: .
# context: .
file: ./Dockerfile,./Dockerfile.arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
Expand Down

0 comments on commit d857b4a

Please sign in to comment.