From 304364f45f064c5fc84d5788d0e46d34c4d0d0c0 Mon Sep 17 00:00:00 2001 From: Daniel Butler Date: Wed, 22 Nov 2023 09:25:29 +0000 Subject: [PATCH] modify tag (#571) --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 541f993e..46ecba71 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -125,7 +125,7 @@ jobs: cache-to: type=inline platforms: linux/amd64,linux/arm64 tags: | - ${{ env.DOCKER_IMAGE_REPOSITORY }}:ubi-${{ steps.generate_tag.outputs.new_tag }} + ${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}-ubi labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} org.opencontainers.image.created=${{ steps.prep.outputs.created }} @@ -172,7 +172,7 @@ jobs: cache-to: type=inline platforms: linux/amd64,linux/arm64 tags: | - ${{ env.GHCR_IMAGE_REPOSITORY }}:ubi-${{ steps.generate_tag.outputs.new_tag }} + ${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}-ubi labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} org.opencontainers.image.created=${{ steps.prep.outputs.created }}