From 05939ce57cb450c2456b7f26676ddc981c6cfb76 Mon Sep 17 00:00:00 2001 From: maskarb Date: Thu, 30 Nov 2023 16:09:10 -0500 Subject: [PATCH] add latest tag to everything and main tag --- .github/workflows/build-and-publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 76e0e27c1..ca694ecfe 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -34,7 +34,8 @@ jobs: type=semver,pattern={{raw}} type=semver,pattern={{sha}} # set latest tag for default branch - type=raw,value=latest,enable={{is_default_branch}} + type=raw,value=latest + type=ref,event=branch - name: Login to Quay.io uses: redhat-actions/podman-login@v1