Skip to content

Commit

Permalink
Fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 7, 2023
1 parent d32d92f commit 71b7300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: docker/build-push-action@v3
with:
file: Dockerfile.${{ matrix.variant }}
file: Dockerfile
context: '.'
target: prod
platforms: linux/amd64
Expand All @@ -143,7 +143,7 @@ jobs:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v3
with:
file: Dockerfile.${{ matrix.variant }}
file: Dockerfile
context: '.'
target: prod
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
Expand Down

0 comments on commit 71b7300

Please sign in to comment.