fix pipeline order
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 5s

This commit is contained in:
Tom Trappmann
2025-12-22 21:48:04 +01:00
parent 5168faf49c
commit 9ecdd0a480

View File

@@ -10,12 +10,12 @@ jobs:
container: container:
image: docker:27-cli image: docker:27-cli
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tools (git + node) - name: Install tools (git + node)
run: apk add --no-cache git nodejs npm run: apk add --no-cache git nodejs npm
- name: Checkout
uses: actions/checkout@v4
- name: Define image tag - name: Define image tag
run: | run: |
echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV