File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 4848 --builder "${{ steps.buildx.outputs.name }}" \
4949 --platform linux/${{ matrix.arch }} \
5050 --file hpc/benchmarks/nccl-tests/Containerfile \
51- --cache-from type=registry,ref=${{ env.REPO }} \
5251 --tag "${{ env.REPO }}:build-${{ matrix.arch }}" \
5352 --push \
5453 .
Original file line number Diff line number Diff line change 1- name : Release of NCCL Tests container multi-arch
1+ name : Release of SPH-EXA container multi-arch
22
33on :
44 push :
9090 --tag "${{ env.REPO }}:${TAG}" \
9191 "${{ env.REPO }}:build-amd64" \
9292 "${{ env.REPO }}:build-arm64"
93-
94- - name : Log in to GHCR with Podman
95- uses : redhat-actions/podman-login@v1
96- with :
97- registry : ${{ env.REGISTRY }}
98- username : ${{ github.actor }}
99- password : ${{ secrets.GITHUB_TOKEN }}
100-
101- - name : Cleanup temporary single-arch images
102- run : |
103- skopeo delete docker://"${{ env.REPO }}:build-amd64"
104- skopeo delete docker://"${{ env.REPO }}:build-arm64"
You can’t perform that action at this time.
0 commit comments