Skip to content

Commit 88f94ed

Browse files
build(deps): bump docker/login-action from 2.1.0 to 3.3.0 (#567)
1 parent 0568bbb commit 88f94ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
uses: actions/checkout@v3.5.3
2424

2525
- name: Log in to Docker Hub
26-
uses: docker/login-action@v2.1.0
26+
uses: docker/login-action@v3.6.0
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@v2.1.0
32+
uses: docker/login-action@v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)