From f39548e166a7ec3043197aeed337a5f13b0243d7 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 13 Nov 2023 09:56:36 -0800 Subject: [PATCH] DEV-405: Use proper multiline syntax for Docker tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef72aea..8072b93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.BASE_IMAGE_NAME }} - tags: + tags: | type=raw,value=latest,enable={{is_default_branch}} type=semver,pattern={{major}} type=semver,pattern={{major}}.{{minor}}