Skip to content

Commit 0d7f24b

Browse files
chore(deps): update docker/login-action action to v4 (#66)
1 parent a6dcf5a commit 0d7f24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Login to GHCR
2828
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2929

30-
- uses: docker/login-action@v3
30+
- uses: docker/login-action@v4
3131
with:
3232
username: ${{ secrets.DOCKERHUB_USER }}
3333
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)