Adjusting The Docker Registry To Use My HTTPS Proxy

This commit is contained in:
Annika Merris 2024-02-01 23:08:39 -05:00
parent 3adb7a5126
commit 647ce56233

View file

@ -22,6 +22,6 @@ jobs:
- name: Login to docker repo
uses: docker/login-action@v3
with:
registry: "forgejo.local.merr.is:3000"
registry: "forgejo.merr.is"
username: ${{ github.actor }}
password: ${{ secrets.actions_token }}