mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(ci): .env not available in with shared workflow context (#4631)
Le sigh
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -23,7 +23,9 @@ jobs:
|
||||
uses: ./.github/workflows/_build_artifacts.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
tag_name: "${{ env.VERSION }}"
|
||||
# See https://github.com/actions/runner/issues/2372
|
||||
# mark:automatic-version
|
||||
tag_name: "1.0.0"
|
||||
image_prefix: "dev"
|
||||
stage: "debug"
|
||||
profile: "debug"
|
||||
|
||||
Reference in New Issue
Block a user