~wombelix/moinmoin-pypy2-container

34c1df3b0a1e23166f2ef713db1f805686a2f7aa — Dominik Wombacher 1 year, 3 months ago f0c75bb
build: initial version, woodpecker ci pipeline config, added
1 files changed, 36 insertions(+), 0 deletions(-)

A .woodpecker.yml
A .woodpecker.yml => .woodpecker.yml +36 -0
@@ 0,0 1,36 @@
variables:
  - &file Dockerfile
  - &repo_cb codeberg.org/${CI_REPO_OWNER}/moinmoin-pypy2
  - &repo_quay quay.io/${CI_REPO_OWNER}/moinmoin-pypy2

  publish:
    image: woodpeckerci/plugin-docker-buildx
    settings:
      dockerfile: *file
      platforms: linux/amd64
      repo: 
				- *repo_cb
				- *repo_quay
      tags:
        - latest
        - ${CI_COMMIT_SHA}
			no_cache: true
			purge: true
			auto_tag: true
			logins:
				- registry: codeberg.org
          username: ${CI_REPO_OWNER}
          password:
            from_secret: cb_token_write_package
				- registry: quay.io
          username:
						from_secret: quay_user
          password:
            from_secret: quay_pass
		when:
			- event:
          - push
          - tag
          - cron
          - manual
  		  branch: main