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 17
17
- name : Check out the repo with latest code
18
18
uses : actions/checkout@v4
19
19
- 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
21
21
with :
22
22
username : ${{ secrets.DOCKERHUB_USERNAME }}
23
23
password : ${{ secrets.DOCKERHUB_PASSWORD }}
36
36
ref : ${{ env.TAG }}
37
37
38
38
- 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
40
40
with :
41
41
username : ${{ secrets.DOCKERHUB_USERNAME }}
42
42
password : ${{ secrets.DOCKERHUB_PASSWORD }}
You can’t perform that action at this time.
0 commit comments