Skip to content

Commit b2bf022

Browse files
committed
fix: duplicated env in build image
1 parent 0261e52 commit b2bf022

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/build-images/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ runs:
3434
- name: Build and push the images
3535
env:
3636
TAG: ${{ inputs.tag }}
37+
SENTRY_AUTH_TOKEN: ${{ inputs.sentry-token }}
3738
run: bash ./docker/build.sh ${{ inputs.aws-ecr-uri }} $TAG
3839
shell: bash
39-
env:
40-
SENTRY_AUTH_TOKEN: ${{ inputs.sentry-token }}

0 commit comments

Comments
 (0)