From ab496a1971bd46cf22ed01a9782df19932e6bd32 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Tue, 17 May 2022 12:39:16 +0100 Subject: [PATCH] Tag images built for main with main (#1449) --- .github/workflows/ghcr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index caea805c79..d9383398da 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -34,6 +34,7 @@ jobs: tags: | type=sha type=ref,event=tag + ${{ github.event_name == 'push' ? 'type=raw,value=main' : '' }} - uses: docker/build-push-action@v2 with: