removed comments from woodpecker yaml

main
Johannes Bülow 2023-08-03 14:46:40 +02:00
parent 62bb715962
commit c36ffbaa97
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
# Build and publish Docker images for multible architectures. # Build and publish Docker images for multible architectures.
#
# Pushing an image to forgejo as container registry,
# package owner will be the repo owner.
#
# this config also shows usage of yaml aliases and
# was taken from https://codeberg.org/6543/docker-images/src/commit/37e29c227717c1c07d2776cddcf14725bf952875/.woodpecker/hello.yml
when: when:
branch: main branch: main
@ -18,7 +12,7 @@ steps:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
dockerfile: *file dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le platforms: linux/arm64/v8,linux/amd64
dry_run: true dry_run: true
repo: *repo repo: *repo
tags: latest tags: latest