CI: use GITHUB_ENV for env variables (#29616)

export doesn't work across steps
old-commit-hash: 90cb417caa049261797449d7e75eea01093e073d
This commit is contained in:
Justin Newberry
2023-08-24 17:03:25 -07:00
committed by GitHub
parent 5033da5e27
commit 4063a92683
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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: