Skip to content

Commit 1eea757

Browse files
nsa-softpayclaude
andcommitted
Update docker/login-action from v2 to v3
v2 uses Node.js 16 which is deprecated and will stop working June 2026. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4e3706 commit 1eea757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
-t $REPOSITORY_URL/$IMAGE_NAME:$(git rev-parse --short HEAD)
2828
-t $REPOSITORY_URL/$IMAGE_NAME:latest .
2929
- name: Docker Login
30-
uses: docker/login-action@v2
30+
uses: docker/login-action@v3
3131
with:
3232
registry: ${{ env.REPOSITORY_URL }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)