Compare commits

..

No commits in common. "main" and "1.5" have entirely different histories.
main ... 1.5

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.FORGEJO_ACTION_PACKAGE_RW_USER }} username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.FORGEJO_ACTION_PACKAGE_RW_KEY }} password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: