File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,12 +170,12 @@ jobs:
170170 context : .
171171 push : true
172172 tags : |
173- ${{ github.repository }}_ ${{ matrix.arch }}:latest
174- ${{ github.repository }}_ ${{ matrix.arch }}: ${{ github.ref_name }}
175- ${{ github.repository }}_ ${{ matrix.arch }}: ${{ steps.version.outputs.v-version }}
176- ghcr.io/${{ github.repository }}_ ${{ matrix.arch }}:latest
177- ghcr.io/${{ github.repository }}_ ${{ matrix.arch }}: ${{ github.ref_name }}
178- ghcr.io/${{ github.repository }}_ ${{ matrix.arch }}: ${{ steps.version.outputs.v-version }}
173+ ${{ github.repository }}: ${{ matrix.arch }}_latest
174+ ${{ github.repository }}: ${{ matrix.arch }}_ ${{ github.ref_name }}
175+ ${{ github.repository }}: ${{ matrix.arch }}_ ${{ steps.version.outputs.v-version }}
176+ ghcr.io/${{ github.repository }}: ${{ matrix.arch }}_latest
177+ ghcr.io/${{ github.repository }}: ${{ matrix.arch }}_ ${{ github.ref_name }}
178+ ghcr.io/${{ github.repository }}: ${{ matrix.arch }}_ ${{ steps.version.outputs.v-version }}
179179 target : ${{ matrix.arch }}
180180 cache-from : |
181181 type=registry,ref=${{secrets.REHOSTING_ARC_REGISTRY}}/${{ github.repository }}:${{ matrix.arch }}_cache,mode=max
You can’t perform that action at this time.
0 commit comments