fix(ci): force http local registry endpoint for buildx push
This commit is contained in:
parent
791f92b503
commit
fffe8c95c0
1 changed files with 5 additions and 14 deletions
|
|
@ -7,27 +7,18 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
||||||
settings:
|
settings:
|
||||||
insecure: true
|
insecure: true
|
||||||
registry: docker-registry.registry.svc.cluster.local:5000
|
registry: http://docker-registry.registry.svc.cluster.local:5000
|
||||||
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
repo: nxtgauge-admin-solid
|
||||||
dockerfile: Dockerfile.simple
|
dockerfile: Dockerfile.simple
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
- high-performance-latest
|
- high-performance-latest
|
||||||
logins:
|
logins:
|
||||||
- registry: https://index.docker.io/v1/
|
- registry: http://docker-registry.registry.svc.cluster.local:5000
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKERHUB_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: REGISTRY_PASSWORD
|
||||||
- registry: ghcr.io
|
|
||||||
username:
|
|
||||||
from_secret: GHCR_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: GHCR_TOKEN
|
|
||||||
username:
|
|
||||||
from_secret: REGISTRY_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: REGISTRY_PASSWORD
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
no_cache: true
|
no_cache: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue