Skip to content

Commit 7c877d5

Browse files
authored
Merge pull request #273 from NdoleStudio/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents 97ce596 + 5c48fbc commit 7c877d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
22+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
29+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)