Skip to content

Commit f5e640b

Browse files
authored
Merge pull request #244 from NdoleStudio/dependabot/github_actions/docker/login-action-3.5.0
Bump docker/login-action from 3.4.0 to 3.5.0
2 parents 00e13dd + 5d68128 commit f5e640b

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@v5
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
22+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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@74a5d142397b4f367a81961eba4e8cd7edddf772
29+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)