File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 version :
1212 description : ' Version to release'
1313 required : false
14- default : ' 1.10 .0'
14+ default : ' 1.12 .0'
1515
1616jobs :
1717 push_to_registry :
1818 name : Push Docker image to Docker Hub
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out the repo
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323
2424 - name : Log in to Docker Hub
25- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
25+ uses : docker/login-action@v3
2626 with :
2727 username : ${{ secrets.DOCKER_USERNAME }}
2828 password : ${{ secrets.DOCKER_PASSWORD }}
2929 - name : Build and push Docker image
30- uses : docker/build-push-action@v2
30+ uses : docker/build-push-action@v6
3131 with :
3232 context : .
3333 push : true
3737 kpnnl/avro-tools:latest
3838 kpnnl/avro-tools:${{ github.event.inputs.version }}
3939 - name : Docker Hub Description
40- uses : peter-evans/dockerhub-description@v3
40+ uses : peter-evans/dockerhub-description@v4
4141 with :
4242 username : ${{ secrets.DOCKER_USERNAME }}
4343 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments