.woodpecker.yml aktualisiert

This commit is contained in:
Phil 2024-04-07 12:41:24 +02:00
parent 9cc363216a
commit 1a58c06a6f
2 changed files with 21 additions and 40 deletions

View file

@ -1,40 +0,0 @@
---
kind: pipeline
name: Build-latest
steps:
- name: Build-latest-tag
image: docker:dind
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_PASSWORD:
from_secret: DOCKER_PASSWORD
commands:
- sleep 15
- docker context create build
- docker buildx create build --use
- echo $DOCKER_PASSWORD | docker login --username Phil --password-stdin git.hackmi.ch
- docker buildx build
--platform linux/amd64
--no-cache
--push
--tag git.hackmi.ch/hackmi.ch/services:latest
.
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
when:
branch:
- main

21
.woodpecker.yml Normal file
View file

@ -0,0 +1,21 @@
steps:
- name: Publish
image: woodpeckerci/plugin-docker-buildx:3
environment:
- DOCKER_HOST=tcp://docker:2376
settings:
platforms: linux/amd64
repo: git.hackmi.ch/hackmi.ch/services
registry: git.hackmi.ch
tags: latest
username:
from_secret: reg-user
password:
from_secret: reg-pass
services:
docker:
image: docker:24-dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true