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 @@ -38,15 +38,15 @@ jobs:
38
38
39
39
# Authenticates with Docker Hub
40
40
- name : Login to Docker Hub
41
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
41
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
42
42
with :
43
43
registry : docker.io
44
44
username : ${{ secrets.DOCKERHUB_USERNAME }}
45
45
password : ${{ secrets.DOCKERHUB_TOKEN }}
46
46
47
47
# Authenticates with the GitHub Container Registry
48
48
- name : Login to GitHub Package Registry
49
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
49
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
50
50
with :
51
51
registry : ghcr.io
52
52
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments