Skip to content

Commit

Permalink
Adjust build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Oliver Drechsel <[email protected]>
  • Loading branch information
kimdre committed Jun 9, 2024
1 parent a366247 commit 8491c28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: src/
file: Dockerfile
context: src
platforms: |
linux/amd64
linux/arm64
darwin/amd64
darwin/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8491c28

Please sign in to comment.