.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
a5d7e533c5
commit
8d732cc3be
@ -17,9 +17,12 @@ jobs:
|
|||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
#registry: ${{ env.REGISTRY_DOMAIN }}
|
||||||
|
#username: ${{ env.REGISTRY_USERNAME }}
|
||||||
|
#password: ${{ env.REGISTRY_PASSWORD }}
|
||||||
registry: ${{ env.REGISTRY_DOMAIN }}
|
registry: ${{ env.REGISTRY_DOMAIN }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: act_runner
|
||||||
password: ${{ env.REGISTRY_PASSWORD }}
|
password: LibgegWaltAtcogwecGaj@Knyajes4
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user