.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 6m54s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 6m54s
This commit is contained in:
parent
1396315055
commit
5afcb9e6cb
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.PRIVATE_REGISTRY_DOMAIN }}
|
registry: ${{ env.PRIVATE_REGISTRY_DOMAIN }}
|
||||||
username: ${{ env.PRIVATE_REGISTRY_USER }}
|
username: ${{ secrets.PRIVATE_REGISTRY_USER }}
|
||||||
password: ${{ secrets.PRIVATE_REGISTRY_PASSWORD }}
|
password: ${{ secrets.PRIVATE_REGISTRY_PASSWORD }}
|
||||||
#password: LibgegWaltAtcogwecGaj@Knyajes4
|
#password: LibgegWaltAtcogwecGaj@Knyajes4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user