Skip to content

Commit

Permalink
MAN-227 - update docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent 5e7f506 commit fc8623c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@ jobs:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.app_version.outputs.version }}
sentry: ${{ steps.sentry_auth.outputs.token }}
sentry_token: ${{ steps.sentry_auth.outputs.token }}
steps:
- uses: actions/checkout@v4
- id: sentry_auth
name: get auth token
uses: ./.github/actions/sentry_auth
name: build npm
shell: bash
run: |
echo token=$SENTRY_AUTH_TOKEN >> $GITHUB_OUTPUT
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- id: app_version
name: Application version creators
uses: ./.github/actions/create_app_version # WORKFLOW_VERSION
Expand Down Expand Up @@ -82,7 +86,7 @@ jobs:
repository_name: ${{ github.event.repository.name }}
docker_registry: ${{ inputs.docker_registry }}
registry_org: ${{ inputs.registry_org }}
additional_docker_tag: ${{ steps.sentry_auth.outputs.token }}
additional_docker_tag: ${{ steps.sentry_auth.outputs.sentry_token }}
push: ${{ inputs.push }}
app_version: ${{ steps.app_version.outputs.version }}

Expand Down

0 comments on commit fc8623c

Please sign in to comment.