Use buildx
ci/woodpecker/push/pages Pipeline is pending Details
ci/woodpecker/push/docker Pipeline failed Details
ci/woodpecker/push/gradle Pipeline failed Details

This commit is contained in:
Johannes Frohnmeyer 2023-05-05 12:15:07 +02:00
parent 420669b433
commit e32083eb5d
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 10 additions and 9 deletions

View File

@ -1,12 +1,13 @@
pipeline: pipeline:
maven: docker:
image: docker:dind image: woodpeckerci/plugin-docker-buildx
pull: true settings:
commands: registry: git.frohnmeyer-wds.de
- cd docker username: ${CI_REPO_OWNER}
- docker build -f ci-wine.Dockerfile -t git.frohnmeyer-wds.de/Johannes/ci-wine . password:
- docker login git.frohnmeyer-wds.de -u Johannes -p $GITEA_PACKAGES_PAT from_secret: gitea_packages_pat
- docker push git.frohnmeyer-wds.de/Johannes/ci-wine:latest dockerfile: docker/ci-wine.Dockerfile
secrets: [ gitea_packages_pat ] tag: latest
repo: git.frohnmeyer-wds.de/Johannes/ci-wine
when: when:
- branch: master - branch: master