update image and install node
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 1s
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 1s
This commit is contained in:
@@ -8,11 +8,14 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: main
|
runs-on: main
|
||||||
container:
|
container:
|
||||||
image: node:20-bullseye
|
image: docker:27-git
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install node (for any JS actions you use)
|
||||||
|
run: apk add --no-cache nodejs npm
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user