Skip to content

Commit

Permalink
MAN-227 - update local action
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 19, 2024
1 parent 9143ff6 commit 24947ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
description: Docker image build multiplatform or not
required: true
type: boolean
default: true

secrets:
HMPPS_QUAYIO_USER:
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
- id: app_version
name: Application version creators
uses: ./.github/actions/create_app_version # WORKFLOW_VERSION
- uses: ./.github/actions/build-test-and-deploy/build_multiplatform_docker@v2 # WORKFLOW_VERSION
- uses: ./.github/actions/build_multiplatform_docker # WORKFLOW_VERSION
if: ${{ ( inputs.docker_registry == 'ghcr.io' ) && ( inputs.docker_multiplatform )}}
with:
repository_name: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 24947ee

Please sign in to comment.