From f6b1e05185db98bba5ea3a1058210863c8b4622d Mon Sep 17 00:00:00 2001 From: Etienne Donneger Date: Tue, 7 May 2024 12:12:16 -0400 Subject: [PATCH] Make dev tag with timestamp higher priority --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 95a6b32..2b6b6e9 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -34,7 +34,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=sha,prefix=,suffix=-{{date 'X'}} + type=sha,prefix=,suffix=-{{date 'X'}},priority=300 type=raw,enable=${{ !startsWith(github.ref, 'refs/tags/') }},value=develop type=semver,pattern={{raw}}