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

This commit is contained in:
Tom Trappmann
2025-12-22 21:47:09 +01:00
parent 727b782ebc
commit 5168faf49c

View File

@@ -8,13 +8,13 @@ jobs:
deploy:
runs-on: main
container:
image: docker:27-git
image: docker:27-cli
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node (for any JS actions you use)
run: apk add --no-cache nodejs npm
- name: Install tools (git + node)
run: apk add --no-cache git nodejs npm
- name: Define image tag
run: |