Trying To See If The Docker Registry Can Work Without HTTPS.

This commit is contained in:
Annika Merris 2024-01-31 15:51:54 -05:00
parent 07d28d7d21
commit c6d4e29112

View file

@ -11,3 +11,9 @@ jobs:
steps:
- name: Check out the repo
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 }}