update image and install node
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 1s

This commit is contained in:
Tom Trappmann
2025-12-22 21:44:28 +01:00
parent 267fff4af7
commit 727b782ebc

View File

@@ -8,11 +8,14 @@ jobs:
deploy:
runs-on: main
container:
image: node:20-bullseye
image: docker:27-git
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node (for any JS actions you use)
run: apk add --no-cache nodejs npm
- name: Define image tag
run: |
echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV