From d65bbe0579037c5df962a18134bc007f5159d7e5 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 19 Mar 2024 10:27:15 +0000 Subject: [PATCH] chore(github-actions): don't generate commit- tags --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f16fce0..736137e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,6 @@ jobs: push: true tags: | ghcr.io/postalserver/postal:${{ steps.tag.outputs.tag }} - ghcr.io/postalserver/postal:commit-${{ github.sha }} cache-from: type=gha cache-to: type=gha,mode=max target: full