mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): build docker dev images with main (#4643)
Fixes broken pulling of images for dev
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user