Skip to content

Commit

Permalink
fix: on-demand env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Dec 13, 2023
1 parent e871161 commit d301c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
AWS_REGION: us-east-1
- name: Set Final Tag
run: echo "TAG=on-demand-${{ inputs.tag_name }}" >> .env
run: echo "TAG=on-demand-${{ inputs.tag_name }}" >> "$GITHUB_ENV"

- name: Build Docker Image
run: |
Expand Down

0 comments on commit d301c5e

Please sign in to comment.