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 - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.beyondcx.org registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PWD }} password: ${{ secrets.REGISTRY_PWD }}