Update .forgejo/workflows/build.yml
All checks were successful
docker-build / release (push) Successful in 9s
docker-build / docker-build (push) Successful in 10s

This commit is contained in:
holzi1005 2025-04-09 08:58:38 +02:00
parent 3bd868f391
commit 6b7149540e

View file

@ -30,8 +30,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.h2-invent.com registry: git.h2-invent.com
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} username: ${{ secrets.FORGEJO_ACTION_PACKAGE_RW_USER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} password: ${{ secrets.FORGEJO_ACTION_PACKAGE_RW_KEY }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: