Skip to content

Commit

Permalink
Merge branch 'dockerbuild' of https://github.com/Netcracker/qubership…
Browse files Browse the repository at this point in the history
…-apihub-backend into dockerbuild
  • Loading branch information
alagishev committed Jan 13, 2025
2 parents 8e3d856 + 27873ef commit 62f53e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
TAG_NAME: ${{ github.event.release.tag_name || github.ref }}

jobs:
multiplatform_build:
build_and_push_image:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
no-cache: true
context: ${{ matrix.component.context }}
file: ${{ matrix.component.file }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }}
provenance: false
Expand All @@ -57,4 +57,4 @@ jobs:
package-name: ${{ matrix.component.name }}
package-type: 'container'
package-version-ids: ${{ steps.get-ids-for-delete.outputs.ids-for-delete }}
if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }}
if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }}

0 comments on commit 62f53e5

Please sign in to comment.