Update Gitea registry URL to git.jpaleviado.site
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
env:
|
env:
|
||||||
REGISTRY: 192.168.100.105:3002
|
REGISTRY: git.jpaleviado.site
|
||||||
IMAGE_NAME: calorie-tracker
|
IMAGE_NAME: calorie-tracker
|
||||||
IMAGE_ID: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
|
IMAGE_ID: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
calorie-tracker:
|
calorie-tracker:
|
||||||
image: 192.168.100.105:3002/kingjaypee12/calorie-tracker:latest
|
image: git.jpaleviado.site/kingjaypee12/calorie-tracker:latest
|
||||||
container_name: calorie-tracker
|
container_name: calorie-tracker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user