manylinux2014-fuse-x64/.woodpecker.yml

18 lines
576 B
YAML
Raw Permalink Normal View History

2024-06-20 22:47:06 +02:00
steps:
2024-09-08 21:00:56 +02:00
- name: Build and Publish Docker Image
2024-06-20 22:47:06 +02:00
when:
- branch: main
event: push
- event: tag
2024-09-08 21:00:56 +02:00
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME}
tags: latest
registry: http://${CI_REG_HOST}:${CI_REG_PORT}
insecure: true
buildkit_config: "[registry.\"${CI_REG_HOST}:${CI_REG_PORT}\"]\n http = true\n insecure = true"
username:
2024-06-20 22:47:06 +02:00
from_secret: CI_REG_USER
2024-09-08 21:00:56 +02:00
password:
from_secret: CI_REG_TOKEN