From 5dbc0438d3556387b47f65538d2611b6ea11c0d8 Mon Sep 17 00:00:00 2001 From: Etienne Donneger Date: Tue, 7 May 2024 12:39:30 -0400 Subject: [PATCH] Revert "Make dev tag with timestamp higher priority" This reverts commit f6b1e05185db98bba5ea3a1058210863c8b4622d. --- .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 2b6b6e9..95a6b32 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'}},priority=300 + type=sha,prefix=,suffix=-{{date 'X'}} type=raw,enable=${{ !startsWith(github.ref, 'refs/tags/') }},value=develop type=semver,pattern={{raw}}