File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
52
52
type=raw,value=latest
53
53
54
54
- name : Login to Docker Hub
55
- uses : docker/login-action@v3.3 .0
55
+ uses : docker/login-action@v3.5 .0
56
56
with :
57
57
username : ${{ secrets.DOCKERHUB_USERNAME }}
58
58
password : ${{ secrets.DOCKERHUB_TOKEN }}
59
59
60
60
- name : Login to GitHub Container Registry
61
- uses : docker/login-action@v3.3 .0
61
+ uses : docker/login-action@v3.5 .0
62
62
with :
63
63
registry : ghcr.io
64
64
username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
56
56
type=edge,branch=main
57
57
58
58
- name : Login to Docker Hub
59
- uses : docker/login-action@v3.3 .0
59
+ uses : docker/login-action@v3.5 .0
60
60
with :
61
61
username : ${{ secrets.DOCKERHUB_USERNAME }}
62
62
password : ${{ secrets.DOCKERHUB_TOKEN }}
63
63
64
64
- name : Login to GitHub Container Registry
65
- uses : docker/login-action@v3.3 .0
65
+ uses : docker/login-action@v3.5 .0
66
66
with :
67
67
registry : ghcr.io
68
68
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments