add env to step

This commit is contained in:
Daniel Roth 2026-02-05 17:32:32 +00:00
parent 02a0e83a39
commit 9c7678865f
2 changed files with 2 additions and 1 deletions

View file

@ -82,7 +82,7 @@ jobs:
done <<< "${{ inputs.build_args }}"
echo "dev db host: $DEV_DB_HOST"
echo "dev db host: $REAL_DB_HOST"
echo "real db host: $REAL_DB_HOST"
echo "aws_key_id: $AWS_ACCESS_KEY_ID"
docker build \

View file

@ -16,6 +16,7 @@ jobs:
id: set-stage
shell: bash
run: |
env
BRANCH="${GITHUB_REF_NAME}"
if [[ "$BRANCH" == "prod" ]]; then