diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 87167d2..08d1833 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -32,7 +32,7 @@ steps: repo: *publish_repos dockerfile: Dockerfile auto_tag: true - logins: *publish_logins + logins: *publish_logins build_args: - VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}} - TAG=${CI_COMMIT_TAG} diff --git a/.woodpecker/next.yml b/.woodpecker/next.yml index af7c2d3..91eba06 100644 --- a/.woodpecker/next.yml +++ b/.woodpecker/next.yml @@ -6,7 +6,7 @@ when: variables: # deployment targets - - &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum' + - &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum' # logins for deployment targets - publish_logins: &publish_logins # Default DockerHub login @@ -27,6 +27,12 @@ variables: from_secret: github_user password: from_secret: github_passwd + # Codeberg + - registry: https://codeberg.org + username: + from_secret: codeberg_user + password: + from_secret: codeberg_passwd steps: buildTestImage: @@ -48,4 +54,4 @@ steps: VERBOSE: true URI: "https://portainer.ocram85.com" TOKEN: - from_secret: NEXT_TOKEN \ No newline at end of file + from_secret: NEXT_TOKEN