From 3de3f470c1987f7272fc6078163348a0b78b97c7 Mon Sep 17 00:00:00 2001 From: Yossi Tamari Date: Fri, 5 Apr 2024 08:04:52 -0700 Subject: [PATCH] fix(build): timestamp tag --- .github/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 7e966ed43..5cad06216 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -61,7 +61,7 @@ jobs: type=ref,event=branch type=ref,event=pr type=ref,event=tag - type=raw,pattern={{date 'YYYYMMDD-hhmmss' tz='America/Vancouver'}} + type=raw,value={{date 'YYYYMMDD-hhmmss' tz='America/Vancouver'}} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action