Commit 16d9bd5 1 parent 5118310 commit 16d9bd5 Copy full SHA for 16d9bd5
File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,24 @@ jobs:
13
13
contents : read
14
14
15
15
steps :
16
- -
17
- name : Set up QEMU
16
+ - uses : actions/checkout@main
17
+
18
+ - name : Set up QEMU
18
19
uses : docker/setup-qemu-action@v3
19
- -
20
- name : Set up Docker Buildx
20
+
21
+ - name : Set up Docker Buildx
21
22
uses : docker/setup-buildx-action@v3
22
- -
23
- name : Login to Docker Hub
23
+
24
+ - name : Login to Docker Hub
24
25
uses : docker/login-action@v3
25
26
with :
26
27
username : ${{ secrets.DOCKERHUB_USERNAME }}
27
28
password : ${{ secrets.DOCKERHUB_TOKEN }}
28
- -
29
- name : Build and push
29
+
30
+ - name : Build and push
30
31
uses : docker/build-push-action@v5
31
32
with :
32
33
context : .
33
34
file : ./Dockerfile
34
35
push : true
35
- tags : matrixanger /owl-arm64v8:latest
36
+ tags : ${{ secrets.DOCKERHUB_USERNAME }} /owl-arm64v8:latest
You can’t perform that action at this time.
0 commit comments