Update ci
Some checks failed
Build and deploy / deploy (push) Failing after 1m7s

This commit is contained in:
2024-10-12 00:57:39 +01:00
parent 81d2cae9c7
commit 4609222855

View File

@@ -19,7 +19,7 @@ jobs:
name: Login to private registry
uses: docker/login-action@v3
with:
registry: '${{ variables.server_url }}/${{ variables.repository }}'
registry: '${{ gitea.server_url }}/${{ gitea.repository }}'
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
-
@@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: '${{ variables.server_url }}/${{ variables.repository }}:latest'
tags: '${{ gitea.server_url }}/${{ gitea.repository }}:latest'