Update docker/login-action action to v4
Weekly Docker Build / build (amd64) (push) Successful in 16s
Weekly Docker Build / build (arm64) (push) Successful in 12s
Weekly Docker Build / amend-manifest (push) Successful in 10s

This commit is contained in:
2026-08-22 17:05:13 +00:00
parent d373ec829c
commit e06016eb42
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # Fetch full history, keeping all commits
- name: Login to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }}
@@ -47,7 +47,7 @@ jobs:
needs: [build]
steps:
- name: Login to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }}