Skip to content

Commit 6c020b1

Browse files
authored
Bump docker/login-action from 3.1.0 to 3.2.0 (#437)
2 parents d184312 + a50e8d4 commit 6c020b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4.1.6
2323

2424
- name: Log in to GHCR.io
25-
uses: docker/login-action@v3.1.0
25+
uses: docker/login-action@v3.2.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Check out repository code
6363
uses: actions/checkout@v4.1.6
6464
- name: Log in to GHCR.io
65-
uses: docker/login-action@v3.1.0
65+
uses: docker/login-action@v3.2.0
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)