From ea4c00f3cca76ac47990b623688adccb34ee82e0 Mon Sep 17 00:00:00 2001 From: Etienne Donneger Date: Tue, 7 May 2024 09:50:56 -0400 Subject: [PATCH] Change SHA tag to include timestamp (#26) --- .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 ba7b392..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= + type=sha,prefix=,suffix=-{{date 'X'}} type=raw,enable=${{ !startsWith(github.ref, 'refs/tags/') }},value=develop type=semver,pattern={{raw}}