From 9415a64900cfc215bd1419d49fa2a756c6fc3dc5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 16 Apr 2024 13:29:11 -0700 Subject: [PATCH] chore(ci): build docker dev images with `main` (#4643) Fixes broken pulling of images for dev --- .github/workflows/cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 42d110f8c..f3b2f0d3f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,9 +23,7 @@ jobs: uses: ./.github/workflows/_build_artifacts.yml secrets: inherit with: - # See https://github.com/actions/runner/issues/2372 - # mark:automatic-version - tag_name: "1.0.0" + tag_name: "${{ github.ref_name }}" image_prefix: "dev" stage: "debug" profile: "debug"