Fix for deploy failure
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-06 19:51:04 -03:00
parent aaea4169f9
commit 0f423f0677

View File

@@ -12,6 +12,7 @@ steps:
- name: 'Docker image build' - name: 'Docker image build'
image: docker:latest image: docker:latest
environment: environment:
DOCKER_API_VERSION: "1.43"
REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
@@ -32,6 +33,7 @@ steps:
- name: 'Push to registry' - name: 'Push to registry'
image: docker:latest image: docker:latest
environment: environment:
DOCKER_API_VERSION: "1.43"
REGISTRY_URL: git.mifi.dev REGISTRY_URL: git.mifi.dev
REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing
REGISTRY_USERNAME: REGISTRY_USERNAME: