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 @@ -33,14 +33,14 @@ jobs:
3333 - uses : actions/checkout@v5
3434
3535 - name : Login to Docker
36- uses : docker/login-action@v3
36+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737 if : ${{ github.ref == 'refs/heads/main' }}
3838 with :
3939 username : ${{ env.DOCKER_USERNAME }}
4040 password : ${{ secrets.DOCKER_PASSWORD }}
4141
4242 - name : Login To GitHub
43- uses : docker/login-action@v3
43+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4444 with :
4545 registry : ghcr.io
4646 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333
3434 - name : Login To GitHub
35- uses : docker/login-action@v3
35+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3636 with :
3737 registry : ghcr.io
3838 username : ${{ github.repository_owner }}
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Login To GitHub
112112 if : steps.file-check.outputs.STATUS == 404
113- uses : docker/login-action@v3
113+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
114114 with :
115115 registry : ghcr.io
116116 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments