Skip to content

Commit 1693ec3

Browse files
authored
Merge pull request #172 from linuxserver-labs/dependabot/github_actions/docker/login-action-3.6.0
2 parents 436d55b + d102036 commit 1693ec3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: sigstore/cosign-installer@v3.10.0
6262
-
6363
name: Login to GitHub Container Registry
64-
uses: docker/login-action@v3.5.0
64+
uses: docker/login-action@v3.6.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ inputs.repo_owner }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@v3.11.1
6767
-
6868
name: Login to GitHub Container Registry
69-
uses: docker/login-action@v3.5.0
69+
uses: docker/login-action@v3.6.0
7070
with:
7171
registry: ghcr.io
7272
username: ${{ inputs.repo_owner }}
@@ -146,14 +146,14 @@ jobs:
146146
-
147147
name: Login to DockerHub
148148
if: matrix.registry == 'docker.io'
149-
uses: docker/login-action@v3.5.0
149+
uses: docker/login-action@v3.6.0
150150
with:
151151
username: ${{ inputs.dockerhub_user }}
152152
password: ${{ secrets.dockerhub_password }}
153153
-
154154
name: Login to GitHub Container Registry
155155
if: matrix.registry == 'ghcr.io'
156-
uses: docker/login-action@v3.5.0
156+
uses: docker/login-action@v3.6.0
157157
with:
158158
registry: ghcr.io
159159
username: ${{ inputs.repo_owner }}

0 commit comments

Comments
 (0)