File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 cache-to : type=inline
126126 platforms : linux/amd64,linux/arm64
127127 tags : |
128- ${{ env.DOCKER_IMAGE_REPOSITORY }}:ubi- ${{ steps.generate_tag.outputs.new_tag }}
128+ ${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}-ubi
129129 labels : |
130130 org.opencontainers.image.source=${{ github.event.repository.clone_url }}
131131 org.opencontainers.image.created=${{ steps.prep.outputs.created }}
@@ -172,7 +172,7 @@ jobs:
172172 cache-to : type=inline
173173 platforms : linux/amd64,linux/arm64
174174 tags : |
175- ${{ env.GHCR_IMAGE_REPOSITORY }}:ubi- ${{ steps.generate_tag.outputs.new_tag }}
175+ ${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}-ubi
176176 labels : |
177177 org.opencontainers.image.source=${{ github.event.repository.clone_url }}
178178 org.opencontainers.image.created=${{ steps.prep.outputs.created }}
You can’t perform that action at this time.
0 commit comments