Skip to content

Commit 27873ef

Browse files
authored
Update push.yml
1 parent 4f06dba commit 27873ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
TAG_NAME: ${{ github.event.release.tag_name || github.ref }}
1010

1111
jobs:
12-
multiplatform_build:
12+
build_and_push_image:
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -46,7 +46,7 @@ jobs:
4646
no-cache: true
4747
context: ${{ matrix.component.context }}
4848
file: ${{ matrix.component.file }}
49-
platforms: linux/amd64,linux/arm64
49+
platforms: linux/amd64
5050
push: true
5151
tags: ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }}
5252
provenance: false
@@ -57,4 +57,4 @@ jobs:
5757
package-name: ${{ matrix.component.name }}
5858
package-type: 'container'
5959
package-version-ids: ${{ steps.get-ids-for-delete.outputs.ids-for-delete }}
60-
if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }}
60+
if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }}

0 commit comments

Comments
 (0)