Commit 1779969 1 parent 6b6ac14 commit 1779969 Copy full SHA for 1779969
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,20 @@ jobs:
36
36
- name : Build project
37
37
run : ./gradlew -Pversion=$GITHUB_REF_NAME bootJar
38
38
- name : Set up QEMU
39
- uses : docker/setup-qemu-action@v2
39
+ uses : docker/setup-qemu-action@v3
40
40
- name : Set up Docker Buildx
41
- uses : docker/setup-buildx-action@v2
42
- with :
43
- platforms : linux/amd64,linux/arm64
41
+ uses : docker/setup-buildx-action@v3
44
42
- name : Login to DockerHub
45
43
uses : docker/login-action@v2
46
44
with :
47
45
username : ${{ secrets.DOCKERHUB_USERNAME }}
48
46
password : ${{ secrets.DOCKERHUB_TOKEN }}
49
47
- name : Build and push
50
- uses : docker/build-push-action@v3
48
+ uses : docker/build-push-action@v6
51
49
with :
52
50
push : true
53
51
tags : malikzh/ncanode:latest,malikzh/ncanode:${{ github.ref_name }}
54
52
build-args : artifact=build/libs/NCANode-${{ github.ref_name }}.jar
55
53
context : ./
56
54
file : ./Dockerfile
55
+ platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments