.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 7m1s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 7m1s
This commit is contained in:
parent
d6eb998d87
commit
ebfe09f788
@ -15,13 +15,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
|
uses: docker/login-action@v1
|
||||||
- uses: docker/login-action@v1
|
|
||||||
with:
|
with:
|
||||||
registry: https://${{ REGISTRY_DOMAIN }}
|
registry: https://${{ REGISTRY_DOMAIN }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: ${{ env.REGISTRY_USERNAME }}
|
||||||
password: ${{ env.REGISTRY_PASSWORD }}
|
password: ${{ env.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- 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