Skip to content

Commit 61f1621

Browse files
Update docker/login-action action to v3
1 parent c83339c commit 61f1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
2626
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
2727
- name: Login to DockerHub
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)