Skip to content

Commit

Permalink
MAN-227 - fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent a2462fc commit c38601c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_multiplatform_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ runs:
# uses: aws-actions/amazon-ecr-login@v1

- name: Build Docker images
# env:
# SENTRY_AUTH_TOKEN: ${{ inputs.app_version }}
env:
SENTRY_AUTH_TOKEN: ${{ inputs.app_version }}
uses: docker/build-push-action@v6
with:
cache-from: type=gha
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build & push docker image and deploy to environment

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

on:
workflow_call:
inputs:
Expand Down

0 comments on commit c38601c

Please sign in to comment.