Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Jan 6, 2024
1 parent 4aa1423 commit ae75ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v2
- name: Build and test
run: docker build -t odota/parser .
run: docker buildx build -t odota/parser --platform linux/amd64,linux/arm64 .
- name: Push to Docker
if: github.ref == 'refs/heads/master'
run: ./scripts/postbuild.sh
Expand Down

0 comments on commit ae75ccf

Please sign in to comment.