chore(config): Fixed linting errors for CI
Some checks failed
/ deploy (push) Has been skipped
/ build (push) Successful in 33s
/ docker-build (push) Failing after 1m6s

This commit is contained in:
Daniël Groothuis
2025-10-31 16:36:30 +01:00
parent ea12b6dec6
commit 3900ad391d

View File

@@ -63,7 +63,7 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:${{ gitea.sha }},${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:latest
tags: git.dgse.cloud/dgroothuis/digital-garden:${{ gitea.sha }},${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:latest
deploy:
needs: docker-build