Update docker/login-action action to v4
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m56s
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m56s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: git.home.timatlee.com
|
registry: git.home.timatlee.com
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user