Skip to content

Commit aa82f86

Browse files
satterlynsa-softpayclaude
authored
Update docker/login-action from v2 to v3 (#398)
v2 uses Node.js 16 which is deprecated and will stop working June 2026. Co-authored-by: Nick Satterly <nsa@softpay.io> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 25b3074 commit aa82f86

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)