mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
CI: use GITHUB_ENV for env variables (#29616)
export doesn't work across steps
old-commit-hash: 90cb417caa
This commit is contained in:
@@ -193,7 +193,7 @@ jobs:
|
||||
submodules: true
|
||||
- name: Setup to push to repo
|
||||
run: |
|
||||
export PUSH_IMAGE=true
|
||||
echo "PUSH_IMAGE=true" >> "$GITHUB_ENV"
|
||||
$DOCKER_LOGIN
|
||||
- uses: ./.github/workflows/setup
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user