Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Scotten <[email protected]>
  • Loading branch information
oliv10 authored Jul 20, 2023
1 parent a2ae466 commit f548eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64 linux/arm64
platforms: linux/amd64,linux/arm64
context: ./app
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit f548eb4

Please sign in to comment.