fixing container name
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 10s
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 10s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
nuxt-app:
|
nuxt-app:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
container_name: nautilusDesk
|
container_name: nautilusdesk
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user