chore(ci): build docker dev images with main (#4643)

Fixes broken pulling of images for dev
This commit is contained in:
Jamil
2024-04-16 13:29:11 -07:00
committed by GitHub
parent 4ba3cedf37
commit 9415a64900

View File

@@ -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"