Skip to content

Commit 304364f

Browse files
modify tag (#571)
1 parent 8dc1eb3 commit 304364f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)