File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
TAG_NAME : ${{ github.event.release.tag_name || github.ref }}
10
10
11
11
jobs :
12
- multiplatform_build :
12
+ build_and_push_image :
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
46
46
no-cache : true
47
47
context : ${{ matrix.component.context }}
48
48
file : ${{ matrix.component.file }}
49
- platforms : linux/amd64,linux/arm64
49
+ platforms : linux/amd64
50
50
push : true
51
51
tags : ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }}
52
52
provenance : false
57
57
package-name : ${{ matrix.component.name }}
58
58
package-type : ' container'
59
59
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 != '' }}
You can’t perform that action at this time.
0 commit comments