From 223fd4f137a3dc67c95f32ed932675f6c252d5ef Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 21 May 2024 11:21:28 +0000 Subject: [PATCH] chore(ci): only tag Docker image with SHA we're moving away from using the branch-based tags and associated webhooks, so we won't need this image tag --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5dadca811..7209de623 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,6 +61,4 @@ jobs: context: . file: appcontainer/Dockerfile push: true - tags: | - ghcr.io/${{ github.repository }}:${{ github.ref_name }} - ghcr.io/${{ github.repository }}:${{ github.sha }} + tags: ghcr.io/${{ github.repository }}:${{ github.sha }}