From e6d26cebf7fd5ad646c797074d83b324ec9b8565 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:16:30 +0100 Subject: [PATCH] Use cleartext username --- .woodpecker/publish-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker/publish-release.yml b/.woodpecker/publish-release.yml index 0d35fec..6d517ef 100644 --- a/.woodpecker/publish-release.yml +++ b/.woodpecker/publish-release.yml @@ -17,7 +17,8 @@ steps: repo: woodpeckerci/plugin-s3 tags: next platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,windows/amd64,darwin/amd64,darwin/arm64,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 - secrets: [docker_username, docker_password] + username: woodpeckerbot + secrets: [docker_password] when: branch: ${CI_REPO_DEFAULT_BRANCH} event: push @@ -29,6 +30,7 @@ steps: repo: woodpeckerci/plugin-s3 tag: [latest, "${CI_COMMIT_TAG}"] platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,windows/amd64,darwin/amd64,darwin/arm64,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 - secrets: [docker_username, docker_password] + username: woodpeckerbot + secrets: [docker_password] when: event: tag