From 8c9aa909b0c5b22976a2c4adf5c9777ec9b0d99c Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Fri, 5 Apr 2024 20:43:36 -0400 Subject: [PATCH] updated/fixed image ref in release workflow --- .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 d3b8d91a..32947089 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,4 +61,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref_name }},${{ github.repository_owner }}/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }},ghcr.io/${{ github.repository }}:latest