Skip to content

Commit f6d281c

Browse files
authored
Merge pull request #306 from NdoleStudio/dependabot/github_actions/docker/login-action-4.2.0
Bump docker/login-action from 4.1.0 to 4.2.0
2 parents 5a5ce09 + 36a19bb commit f6d281c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@4907a6ddec9925e35a0a9e82d7399ccc52663121
22+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
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@4907a6ddec9925e35a0a9e82d7399ccc52663121
29+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)