File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 - name : Check out the repo with latest code
1818 uses : actions/checkout@v4
1919 - name : Push latest to Docker Hub
20- uses : docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
20+ uses : docker/build-push-action@v6 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
2121 with :
2222 username : ${{ secrets.DOCKERHUB_USERNAME }}
2323 password : ${{ secrets.DOCKERHUB_PASSWORD }}
3636 ref : ${{ env.TAG }}
3737
3838 - name : Push current tag to Docker Hub
39- uses : docker/build-push-action@v1 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
39+ uses : docker/build-push-action@v6 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
4040 with :
4141 username : ${{ secrets.DOCKERHUB_USERNAME }}
4242 password : ${{ secrets.DOCKERHUB_PASSWORD }}
You can’t perform that action at this time.
0 commit comments