mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 17:22:24 +08:00
CI: use GITHUB_ENV for env variables (#29616)
export doesn't work across steps old-commit-hash: 90cb417caa049261797449d7e75eea01093e073d
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