From 57068ed7a204adbe9078f0d2723a33207e4e3831 Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Tue, 2 Apr 2024 16:47:33 +0000 Subject: [PATCH] Latest tag --- .github/workflows/merge-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge-pr.yml b/.github/workflows/merge-pr.yml index fda3f053..3e9e480c 100644 --- a/.github/workflows/merge-pr.yml +++ b/.github/workflows/merge-pr.yml @@ -39,6 +39,7 @@ jobs: with: images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }} tags: | + type=raw,value=latest type=sha,prefix=,format=short type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}