mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 14:15:29 -05:00
Trying To See If The Docker Registry Can Work Without HTTPS.
This commit is contained in:
parent
07d28d7d21
commit
c6d4e29112
1 changed files with 6 additions and 0 deletions
|
|
@ -11,3 +11,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Login to docker repo
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: "forgejo.local.merr.is:3000"
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.actions_token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue