File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939 uses : docker/metadata-action@v5
4040 with :
4141 images : ghcr.io/${{ github.repository }}
42- tags : type=sha,suffix=-build-${{ github.run_id }}_ ${{ github.run_attempt }}
42+ tags : type=sha,suffix=-build-${{ github.run_id }}_${{ github.run_attempt }}
4343
4444 # Build cache is shared among all builds of the same architecture
4545 - id : cache-meta
7272 echo "image-digest-${RUNNER_ARCH,,}=${{ steps.get-registry.outputs.registry }}@${{ steps.build.outputs.digest }}" | tee -a "$GITHUB_OUTPUT"
7373
7474 merge :
75+ name : create multi-platform image
7576 needs : build
7677 runs-on : ubuntu-24.04
7778 env :
Original file line number Diff line number Diff line change 1717 DOCKER_METADATA_OUTPUT_TAGS : ${{ inputs.tags }}
1818
1919jobs :
20- push :
20+ tag :
2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments