Skip to content

Commit

Permalink
fix: expose ENVIRONMENT env var to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Sep 4, 2024
1 parent 1fcd3d6 commit 5f58d10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: VERSION=${{ steps.meta.outputs.version }}
build-args: |
ENVIRONMENT=${{ inputs.environment }}
VERSION=${{ steps.meta.outputs.version }}
- name: Create Sentry release
uses: getsentry/action-release@v1
Expand Down

0 comments on commit 5f58d10

Please sign in to comment.