.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 6m41s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 6m41s
This commit is contained in:
parent
1f6cff7d83
commit
d6eb998d87
@ -15,11 +15,13 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
- uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_DOMAIN }}
|
||||
username: ${{ env.REGISTRY_USER }}
|
||||
password: ${{ env.REGISTRY_TOKEN }}
|
||||
registry: https://${{ REGISTRY_DOMAIN }}
|
||||
username: ${{ env.REGISTRY_USERNAME }}
|
||||
password: ${{ env.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user