Update docker/login-action action to v4 #3

Merged
thuanle merged 1 commits from renovate/docker-login-action-4.x into main 2026-08-23 08:02:35 +07:00
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- 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 }}