Commit 14469e8 1 parent 710bd78 commit 14469e8 Copy full SHA for 14469e8
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Docker build (edge)
2
+
2
3
on :
3
4
push : { branches: master }
4
5
5
6
jobs :
6
7
docker :
7
8
runs-on : ubuntu-latest
9
+
8
10
steps :
9
11
- name : Checkout
10
12
uses : actions/checkout@v4
13
+
11
14
- name : Set up QEMU
12
15
uses : docker/setup-qemu-action@v3
16
+
13
17
- name : Set up Docker Buildx
14
18
uses : docker/setup-buildx-action@v3
19
+
15
20
- name : Login to Docker Hub
16
21
uses : docker/login-action@v3
17
22
with :
18
23
username : ${{ secrets.DOCKERHUB_USERNAME }}
19
24
password : ${{ secrets.DOCKERHUB_TOKEN }}
25
+
20
26
- name : Build and push
21
27
uses : docker/build-push-action@v6
22
28
with :
23
29
context : edge
24
- # platforms: linux/amd64,linux/arm64
25
- platforms : linux/amd64
30
+ platforms : linux/amd64,linux/arm64
26
31
push : true
27
32
tags : dannyben/bashly:edge
You can’t perform that action at this time.
0 commit comments