Correcting container registry.

This commit is contained in:
Shaun Setlock
2025-05-03 20:51:20 -04:00
parent eeccd013dc
commit aa13febadf

View File

@@ -22,7 +22,7 @@ jobs:
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: gitea.example.com
registry: gitea.setlock.net
username: ${{ secrets.USER }}
password: ${{ secrets.TOKEN }}