Skip to content

Commit

Permalink
added platforms to web-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbasa-elp committed Aug 13, 2024
1 parent 65859dd commit 7dec1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/web-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: apps/web
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bt-web:latest
Expand Down

0 comments on commit 7dec1cc

Please sign in to comment.