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