mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 16:39:18 -05:00
Adjusting The Docker Registry To Use My HTTPS Proxy
This commit is contained in:
parent
3adb7a5126
commit
647ce56233
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ jobs:
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: "forgejo.local.merr.is:3000"
|
registry: "forgejo.merr.is"
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.actions_token }}
|
password: ${{ secrets.actions_token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue