cicd docker fix
CI/CD Deploy / test (push) Successful in 49s
CI/CD Deploy / build-push (push) Failing after 23s
CI/CD Deploy / deploy (push) Has been skipped

This commit is contained in:
Antoni Nuñez Romeu
2026-07-31 12:51:55 +02:00
parent f014d41610
commit ba1e2cb505
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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