From 4dfe54c06506e6ff947eb8d90f16e73fcad5c191 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 14 Sep 2023 22:38:28 +0200 Subject: [PATCH] CI WIP --- .woodpecker.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 78a8954..142232b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,13 +12,10 @@ steps: settings: registry: docker.grondek.pl repo: docker.grondek.pl/react-homepage - tags: 0.1 + auto_tag: true + tags: latest platforms: linux/arm64 -# build-docker: -# image: docker -## image: "docker:24.0.6-dind-rootless" -# commands: -# - docker build -t docker.grondek.pl/react-homepage:0.1 . -## - docker buildx build --platform linux/arm64,linux/amd64 --push -t docker.grondek.pl/react-homepage:0.1 . -## when: -## - branch: [ master, main ] +# when: +# branch: +# - main +# - master