From bcf5f747b88e66008268fa9a11c10c5b59f1ffd0 Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Mon, 26 Aug 2024 19:16:49 -0700 Subject: [PATCH] fix: tag name for latest image Signed-off-by: Denis Golovin --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2ed52bd..46e7944 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,7 +116,7 @@ jobs: run: | podman build -t ghcr.io/${{ github.repository_owner }}/crc-extension:${{ needs.tag.outputs.extVersion }} . -f ./oci/Containerfile.multistage podman push ghcr.io/${{ github.repository_owner }}/crc-extension:${{ needs.tag.outputs.extVersion }} - podman tag ghcr.io/${{ github.repository_owner }}/crc-extension:${{ needs.tag.outputs.extVersion }} ghcr.io/${{ github.repository_owner }}/podman-desktop-extension-ai-lab:latest + podman tag ghcr.io/${{ github.repository_owner }}/crc-extension:${{ needs.tag.outputs.extVersion }} ghcr.io/${{ github.repository_owner }}/crc-extension:latest podman push ghcr.io/${{ github.repository_owner }}/crc-extension:latest