File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - ' master '
7+ - ' devel '
88env :
9- DEVEL_TAG : RELEASE_3_17
10- RELEASE_TAG : RELEASE_3_16
9+ DEVEL_TAG : RELEASE_3_21
10+ RELEASE_TAG : RELEASE_3_20
1111
1212jobs :
1313 docker-build-push :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Login to DockerHub
20- uses : docker/login-action@v1
20+ uses : docker/login-action@v3
2121 with :
2222 username : ${{ secrets.DOCKERHUB_USERNAME }}
2323 password : ${{ secrets.DOCKERHUB_TOKEN }}
2424
2525 - name : Build and push manager
2626 id : docker_build_manager
27- uses : docker/build-push-action@v2
27+ uses : docker/build-push-action@v6
2828 with :
2929 file : inst/docker/Dockerfile.manager
3030 context : ./inst/docker
3333
3434 - name : Build and push devel worker
3535 id : docker_build_devel
36- uses : docker/build-push-action@v2
36+ uses : docker/build-push-action@v6
3737 with :
3838 file : inst/docker/Dockerfile.worker
3939 context : ./inst/docker
4444
4545 - name : Build and push release worker
4646 id : docker_build_release
47- uses : docker/build-push-action@v2
47+ uses : docker/build-push-action@v6
4848 with :
4949 file : inst/docker/Dockerfile.worker
5050 context : ./inst/docker
You can’t perform that action at this time.
0 commit comments