File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 47
47
password : ${{ secrets.DOCKERHUB_TOKEN }}
48
48
49
49
- name : Build and push
50
- uses : docker/build-push-action@v2
50
+ uses : docker/build-push-action@v5
51
51
with :
52
52
context : .
53
53
file : ./Dockerfile
54
+ platforms : linux/amd64,linux/arm64,linux/i386
54
55
push : true
55
56
tags : mokiat/gocrane:latest
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
2
2
3
3
on :
4
4
push :
5
- tags : [ '*' ]
5
+ tags : ["*" ]
6
6
7
7
jobs :
8
8
push :
29
29
password : ${{ secrets.DOCKERHUB_TOKEN }}
30
30
31
31
- name : Build and push
32
- uses : docker/build-push-action@v2
32
+ uses : docker/build-push-action@v5
33
33
with :
34
34
context : .
35
35
file : ./Dockerfile
36
+ platforms : linux/amd64,linux/arm64,linux/i386
36
37
push : true
37
38
tags : mokiat/gocrane:${{ steps.get_tag.outputs.TAG }}
You can’t perform that action at this time.
0 commit comments