File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11name : Docker build (edge)
2+
23on :
34 push : { branches: master }
45
56jobs :
67 docker :
78 runs-on : ubuntu-latest
9+
810 steps :
911 - name : Checkout
1012 uses : actions/checkout@v4
13+
1114 - name : Set up QEMU
1215 uses : docker/setup-qemu-action@v3
16+
1317 - name : Set up Docker Buildx
1418 uses : docker/setup-buildx-action@v3
19+
1520 - name : Login to Docker Hub
1621 uses : docker/login-action@v3
1722 with :
1823 username : ${{ secrets.DOCKERHUB_USERNAME }}
1924 password : ${{ secrets.DOCKERHUB_TOKEN }}
25+
2026 - name : Build and push
2127 uses : docker/build-push-action@v6
2228 with :
2329 context : edge
24- # platforms: linux/amd64,linux/arm64
25- platforms : linux/amd64
30+ platforms : linux/amd64,linux/arm64
2631 push : true
2732 tags : dannyben/bashly:edge
You can’t perform that action at this time.
0 commit comments