From c0918532a0bdced1c20d36d86fb5d1e2e2d49ac8 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 29 Sep 2022 20:46:08 +0000 Subject: [PATCH] Enable latest tag --- .github/workflows/main.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6a7fc39..6e8cbeb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,10 +34,8 @@ jobs: images: | "${{ env.CONTAINER_IMAGE_ID }}" "ghcr.io/${{ env.CONTAINER_IMAGE_ID }}" - # generate container image tags based on the following events/attributes tags: | - type=schedule - type=ref,event=branch + type=raw,value=latest,enable={{is_default_branch}} type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}.{{patch}}