Skip to content

Commit

Permalink
[update] github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane committed Jun 14, 2023
1 parent c84e8d2 commit 0ff41bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
platforms: |
linux/amd64
linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/a2w:${{ github.ref_name }},${{ secrets.DOCKERHUB_USERNAME }}/a2w:latest

0 comments on commit 0ff41bd

Please sign in to comment.