Update docker/login-action action to v4
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
if: ${{ secrets.REGISTRY_USER != '' }}
|
if: ${{ secrets.REGISTRY_USER != '' }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: localregistry.nauheimtech.duckdns.org
|
registry: localregistry.nauheimtech.duckdns.org
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user