Fixed registry in build workflow
Some checks failed
Build / build (push) Failing after 45s

This commit is contained in:
2024-09-15 14:43:56 -04:00
parent cddf484594
commit 49ec129e20

View File

@@ -37,10 +37,10 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=build::true
- if: ${{ steps.prepare.outputs.build }} == 'true'
name: Login into Registry
- name: Login into Registry
uses: docker/login-action@v3
with:
registry: https://git.prettyhefty.com
username: ${{ gitea.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}