Fix: Add skip_tls_verify_pull for Docker Hub access in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-03-24 14:22:55 +02:00
parent f9357faa92
commit ae24d8314e

View File

@ -12,6 +12,7 @@ steps:
repo: my-apps/${CI_REPO_NAME}-frontend repo: my-apps/${CI_REPO_NAME}-frontend
dockerfile: frontend/Dockerfile dockerfile: frontend/Dockerfile
context: frontend context: frontend
skip_tls_verify_pull: true
tags: tags:
- latest - latest
- ${CI_COMMIT_TAG:-${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:7}} - ${CI_COMMIT_TAG:-${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:7}}