Skip to content

Commit acae028

Browse files
authored
Merge pull request #72 from linuxserver-labs/dependabot/github_actions/docker/login-action-3.4.0
2 parents b57f0fe + c9d66b2 commit acae028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Docker Buildx
3232
uses: docker/[email protected]
3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3.3.0
34+
uses: docker/login-action@v3.4.0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

.github/workflows/build-pr-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Docker Buildx
5151
uses: docker/[email protected]
5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@v3.3.0
53+
uses: docker/login-action@v3.4.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)