Merge pull request 'Update docker/login-action action to v4' (#8) from renovate/docker-login-action-4.x into main

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-08-30 10:52:35 +07:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7
- name: Login to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,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 }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7
- name: Login to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,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 }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7
- name: Login to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,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 }}