diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 541f993e0..46ecba71a 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 }}