fixing container name
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 10s

This commit is contained in:
Tom Trappmann
2025-12-22 21:49:26 +01:00
parent 9ecdd0a480
commit 46b1c1b09a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Define image tag
run: |
echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV
echo "IMAGE=local/nautilusdesk:${{ gitea.sha }}" >> $GITEA_ENV
- name: Build image
run: |