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:
maven:
image: docker:dind
pull: true
commands:
- cd docker
- docker build -f ci-wine.Dockerfile -t git.frohnmeyer-wds.de/Johannes/ci-wine .
- docker login git.frohnmeyer-wds.de -u Johannes -p $GITEA_PACKAGES_PAT
- docker push git.frohnmeyer-wds.de/Johannes/ci-wine:latest
secrets: [ gitea_packages_pat ]
docker:
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.frohnmeyer-wds.de
username: ${CI_REPO_OWNER}
password:
from_secret: gitea_packages_pat
dockerfile: docker/ci-wine.Dockerfile
tag: latest
repo: git.frohnmeyer-wds.de/Johannes/ci-wine
when:
- branch: master