replace codeberg registry with mycosystems registry
Some checks failed
Build And Publish Docker / build (push) Failing after 54s

This commit is contained in:
brooke 2024-08-03 00:30:43 -04:00
parent 370b125b03
commit 34ca9e9716

View file

@ -21,7 +21,7 @@ jobs:
- name: Login to Self-Hosted Registry
uses: docker/login-action@v2
with:
registry: codeberg.org
registry: git.myco.systems
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}