From 752fae9c2ceba4713e673711fcbc1d42c8950eb1 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Wed, 31 Jul 2024 23:23:33 +0100 Subject: [PATCH] whoops --- .github/workflows/publish-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ghcr.yaml b/.github/workflows/publish-ghcr.yaml index cc67a90..8f11555 100644 --- a/.github/workflows/publish-ghcr.yaml +++ b/.github/workflows/publish-ghcr.yaml @@ -29,7 +29,7 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64 tags: | ghcr.io/${{ github.repository }}:${{ github.sha }} - ghcr.io/${{ github.repository }}:${{ env.TAG }} + ghcr.io/${{ github.repository }}:${{ github.ref }} ghcr.io/${{ github.repository }}:latest # - name: Publish to GHCR