Skip to content

Commit 3a3370d

Browse files
Update docker/login-action action to v3.5.0
1 parent e8efebc commit 3a3370d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/build-pypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)