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 5d0f3af commit 3ab460b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
version: ${{ steps.app_version.outputs.version }}
sentry_token: ${{ steps.sentry_auth.outputs.token }}
steps:
- uses: actions/checkout@v4
- id: sentry_auth
name: output token
shell: bash
run: |
echo "token=hello" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- id: app_version
name: Application version creators
uses: ./.github/actions/create_app_version # WORKFLOW_VERSION
Expand Down Expand Up @@ -84,7 +84,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.sentry_token }}
additional_docker_tag: ${{ steps.app_version.outputs.version }}
push: ${{ inputs.push }}
app_version: ${{ steps.app_version.outputs.version }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
needs: [node_build]
secrets: inherit
# generic node integration tests using wiremock - feel free to override with local tests if required
node_integration_tests:
name: node integration tests
uses: ./.github/workflows/node_integration_tests.yml # WORKFLOW_VERSION
needs: [node_build]
secrets: inherit
# node_integration_tests:
# name: node integration tests
# uses: ./.github/workflows/node_integration_tests.yml # WORKFLOW_VERSION
# needs: [node_build]
# secrets: inherit
helm_lint:
strategy:
matrix:
Expand Down

0 comments on commit 3ab460b

Please sign in to comment.