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 77 build-publish :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - name : Build and push Docker images
12- uses : docker/build-push-action@v1.1 .0
12+ uses : docker/build-push-action@v6.10 .0
1313 with :
1414 username : ${{ secrets.DOCKER_USERNAME }}
1515 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - name : Set up JDK 17
1111 uses : actions/setup-java@v1
1212 with :
2424 needs : [build]
2525 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 - name : Set up JDK 17
2929 uses : actions/setup-java@v1
3030 with :
3838 - name : Docker Login
3939 # You may pin to the exact commit or the version.
4040 # uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
41- uses : docker/login-action@v1.8 .0
41+ uses : docker/login-action@v3.3 .0
4242 with :
4343 username : ${{ secrets.DOCKER_USERNAME }}
4444 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments