diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ea764c6b..a3b52689a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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