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
|
||||
packages: write
|
||||
env:
|
||||
REGISTRY: 192.168.100.105:3002
|
||||
REGISTRY: git.jpaleviado.site
|
||||
IMAGE_NAME: calorie-tracker
|
||||
IMAGE_ID: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
|
||||
jobs:
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
calorie-tracker:
|
||||
image: 192.168.100.105:3002/kingjaypee12/calorie-tracker:latest
|
||||
image: git.jpaleviado.site/kingjaypee12/calorie-tracker:latest
|
||||
container_name: calorie-tracker
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user