From a9fe4f315a582173fe8d8be7fdf27aae5692fa18 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Tue, 4 Jul 2023 21:23:01 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 66d5a9a..24f89e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le dry_run: true repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend - tags: latest + tags: edge when: event: pull_request @@ -17,7 +17,7 @@ pipeline: platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend registry: codeberg.org - tags: latest + tags: edge username: ${CI_REPO_OWNER} password: from_secret: docker_password