From 0c89e526c19f44840af4c3f14d71e0d78dbdc040 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Mon, 15 Apr 2024 19:35:14 -0700 Subject: [PATCH] fix(ci): Fix container latest tag --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0c501fa02..9ac76600b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,7 +22,7 @@ jobs: id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: - images: samgoldman/ci-builder:latest + images: samgoldman/ci-builder tags: | type=raw,value=latest type=schedule,pattern={{date 'YYYYMMDD'}}