fix: correct backend image name to match docker-compose
- Change BACKEND_IMAGE_NAME from chamomind/elearning-backend to elearning-backend - Fixes manifest unknown error during deployment - Image will now be pushed as 192.168.1.60/elearning-backend:<tag>
This commit is contained in:
parent
be2d73b361
commit
ec0a96aec9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ env:
|
||||||
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
# Docker Image
|
# Docker Image
|
||||||
BACKEND_IMAGE_NAME: chamomind/elearning-backend
|
BACKEND_IMAGE_NAME: elearning-backend
|
||||||
IMAGE_TAG: ${{ github.sha }}
|
IMAGE_TAG: ${{ github.sha }}
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue