mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:42:20 +00:00
cicd docker fix
This commit is contained in:
@@ -42,8 +42,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.hacecalor.net/ichitux/zlb:latest
|
git.hacecalor.net/Ichitux/zlb:latest
|
||||||
git.hacecalor.net/ichitux/zlb:${{ gitea.sha }}
|
git.hacecalor.net/Ichitux/zlb:${{ gitea.sha }}
|
||||||
- run: 'echo "Image ${{ gitea.sha }} pushed to registry. Job status: ${{ job.status }}"'
|
- run: 'echo "Image ${{ gitea.sha }} pushed to registry. Job status: ${{ job.status }}"'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
zlb:
|
zlb:
|
||||||
image: git.hacecalor.net/ichitux/zlb:latest
|
image: git.hacecalor.net/Ichitux/zlb:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user