File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,24 @@ jobs:
42
42
with :
43
43
images : " ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
44
44
45
- - name : Build and push Docker image
45
+ - name : AMD - Build and push Docker image
46
46
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
47
47
with :
48
48
context : .
49
49
push : true
50
50
build-args : |
51
- TARGETOS: linux
52
- TARGETARCH: amd64
51
+ TARGETOS= linux
52
+ TARGETARCH= amd64
53
53
tags : ${{ steps.meta.outputs.tags }}
54
54
labels : ${{ steps.meta.outputs.labels }}
55
55
56
- - name : Build and push Docker image
56
+ - name : ARM - Build and push Docker image
57
57
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
58
58
with :
59
59
context : .
60
60
push : true
61
61
build-args : |
62
- TARGETOS: linux
63
- TARGETARCH: arm64
62
+ TARGETOS= linux
63
+ TARGETARCH= arm64
64
64
tags : ${{ steps.meta.outputs.tags }}
65
65
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments