Skip to content

Commit 4e3c8b9

Browse files
authored
Merge pull request #138 from pi-hole/dependabot/github_actions/master/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents a3b624b + f4b38c9 commit 4e3c8b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
-
8080
name: Login to Docker Hub
8181
if: env.DO_DEPLOY == 'true'
82-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
82+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
8383
with:
8484
registry: docker.io
8585
username: ${{ secrets.DOCKERHUB_USER }}
@@ -88,7 +88,7 @@ jobs:
8888
-
8989
name: Login to GitHub Container Registry
9090
if: env.DO_DEPLOY == 'true'
91-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
91+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
9292
with:
9393
registry: ghcr.io
9494
username: ${{ github.repository_owner }}
@@ -169,15 +169,15 @@ jobs:
169169
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 #v3.7.0
170170
-
171171
name: Login to Docker Hub
172-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
172+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
173173
with:
174174
registry: docker.io
175175
username: ${{ secrets.DOCKERHUB_USER }}
176176
password: ${{ secrets.DOCKERHUB_PASS }}
177177

178178
-
179179
name: Login to GitHub Container Registry
180-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
180+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
181181
with:
182182
registry: ghcr.io
183183
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)