WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit d924636def - Show all commits

View File

@@ -34,7 +34,7 @@ jobs:
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: git.beyondcx.org
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PWD }}