File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818 username : ${{ secrets.DOCKERHUB_USERNAME }}
1919 password : ${{ secrets.DOCKERHUB_TOKEN }}
2020 - name : Build and push
21- uses : docker/build-push-action@v5
21+ uses : docker/build-push-action@v6
2222 with :
2323 context : edge
24- platforms : linux/amd64,linux/arm64
24+ # platforms: linux/amd64,linux/arm64
25+ platforms : linux/amd64
2526 push : true
2627 tags : dannyben/bashly:edge
Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ jobs:
4141 password : ${{ secrets.DOCKERHUB_TOKEN }}
4242
4343 - name : Build and push
44- uses : docker/build-push-action@v5
44+ uses : docker/build-push-action@v6
4545 with :
4646 context : .
47- platforms : linux/amd64,linux/arm64
47+ # platforms: linux/amd64,linux/arm64
48+ platforms : linux/amd64
4849 push : true
4950 tags : |
5051 dannyben/bashly
You can’t perform that action at this time.
0 commit comments