File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : true
19
19
- name : Git submodule init
@@ -52,19 +52,19 @@ jobs:
52
52
./gradlew build -x test
53
53
54
54
- name : Set up QEMU
55
- uses : docker/setup-qemu-action@v1
55
+ uses : docker/setup-qemu-action@v3
56
56
57
57
- name : Set up Docker Buildx
58
- uses : docker/setup-buildx-action@v1
58
+ uses : docker/setup-buildx-action@v3
59
59
60
60
- name : Login to Docker Hub
61
- uses : docker/login-action@v1
61
+ uses : docker/login-action@v3
62
62
with :
63
63
username : ${{ secrets.DOCKER_HUB_USERNAME }}
64
64
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
65
65
66
66
- name : Build image and push
67
- uses : docker/build-push-action@v2
67
+ uses : docker/build-push-action@v6
68
68
with :
69
69
context : .
70
70
file : ./Dockerfile
Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : true
17
17
- name : Git submodule init
@@ -50,19 +50,19 @@ jobs:
50
50
./gradlew build -x test
51
51
52
52
- name : Set up QEMU
53
- uses : docker/setup-qemu-action@v1
53
+ uses : docker/setup-qemu-action@v3
54
54
55
55
- name : Set up Docker Buildx
56
- uses : docker/setup-buildx-action@v1
56
+ uses : docker/setup-buildx-action@v3
57
57
58
58
- name : Login to Docker Hub
59
- uses : docker/login-action@v1
59
+ uses : docker/login-action@v3
60
60
with :
61
61
username : ${{ secrets.DOCKER_HUB_USERNAME }}
62
62
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
63
63
64
64
- name : Build image and push
65
- uses : docker/build-push-action@v2
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : .
68
68
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments