File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v2
9- - name : setup-docker
10- uses : docker-practice/actions-setup-docker@1.0.11
9+ - name : Set up QEMU
10+ uses : docker/setup-qemu-action@v2
11+ - name : Set up Docker Buildx
12+ id : buildx
13+ uses : docker/setup-buildx-action@v2
14+ - name : Available platforms
15+ run : echo ${{ steps.buildx.outputs.platforms }}
1116 - name : Login to GitHub Container Registry
1217 uses : docker/login-action@v2
1318 with :
1621 password : ${{ secrets.GITHUB_TOKEN }}
1722 - name : Build and Publish Docker Image
1823 run : |
19- docker build -t ghcr.io/fairdatapipeline/rsecon:latest .
20- docker push ghcr.io/fairdatapipeline/rsecon:latest
24+ buildx build -t ghcr.io/fairdatapipeline/aarm64- rsecon:latest .
25+ docker push ghcr.io/fairdatapipeline/aarm64- rsecon:latest
You can’t perform that action at this time.
0 commit comments