Update .forgejo/workflows/docker-image.yaml
Some checks failed
/ build (push) Has been cancelled
/ docker-image (push) Failing after 28s

This commit is contained in:
Aaron Fischer 2023-10-09 22:59:46 +02:00
parent 38c06228a2
commit 1057d63033

View file

@ -21,6 +21,7 @@ jobs:
- name: Login to forgejo docker registry
uses: docker/login-action@v3
with:
registry: git.okoyono.de
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}