Commit 710bd78 1 parent 6bb0bfa commit 710bd78 Copy full SHA for 710bd78
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
username : ${{ secrets.DOCKERHUB_USERNAME }}
19
19
password : ${{ secrets.DOCKERHUB_TOKEN }}
20
20
- name : Build and push
21
- uses : docker/build-push-action@v5
21
+ uses : docker/build-push-action@v6
22
22
with :
23
23
context : edge
24
- platforms : linux/amd64,linux/arm64
24
+ # platforms: linux/amd64,linux/arm64
25
+ platforms : linux/amd64
25
26
push : true
26
27
tags : dannyben/bashly:edge
Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ jobs:
41
41
password : ${{ secrets.DOCKERHUB_TOKEN }}
42
42
43
43
- name : Build and push
44
- uses : docker/build-push-action@v5
44
+ uses : docker/build-push-action@v6
45
45
with :
46
46
context : .
47
- platforms : linux/amd64,linux/arm64
47
+ # platforms: linux/amd64,linux/arm64
48
+ platforms : linux/amd64
48
49
push : true
49
50
tags : |
50
51
dannyben/bashly
You can’t perform that action at this time.
0 commit comments