File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
build-publish :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- name : Build and push Docker images
12
- uses : docker/build-push-action@v1.1 .0
12
+ uses : docker/build-push-action@v6.10 .0
13
13
with :
14
14
username : ${{ secrets.DOCKER_USERNAME }}
15
15
password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- name : Set up JDK 17
11
11
uses : actions/setup-java@v1
12
12
with :
24
24
needs : [build]
25
25
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- name : Set up JDK 17
29
29
uses : actions/setup-java@v1
30
30
with :
38
38
- name : Docker Login
39
39
# You may pin to the exact commit or the version.
40
40
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
41
- uses : docker/login-action@v1.8 .0
41
+ uses : docker/login-action@v3.3 .0
42
42
with :
43
43
username : ${{ secrets.DOCKER_USERNAME }}
44
44
password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments