switch to kaniko
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/dryrun Pipeline was successful
ci/woodpecker/push/publish-latest Pipeline was successful
ci/woodpecker/pr/dryrun Pipeline was successful
ci/woodpecker/push/publish-tag Pipeline was successful
ci/woodpecker/pr/publish-latest Pipeline was successful
ci/woodpecker/pr/publish-tag Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/pull_request_closed/dryrun Pipeline was successful
ci/woodpecker/pull_request_closed/publish-latest Pipeline was successful
ci/woodpecker/pull_request_closed/publish-tag Pipeline was successful

This commit is contained in:
Michael Thomson 2024-06-08 23:20:41 -04:00
parent 642a554050
commit 94d556cb1b
No known key found for this signature in database
3 changed files with 5 additions and 8 deletions

View File

@ -1,8 +1,7 @@
steps: steps:
dryrun: dryrun:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-kaniko
settings: settings:
platforms: linux/amd64
dry_run: true dry_run: true
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
tags: latest tags: latest

View File

@ -1,10 +1,9 @@
steps: steps:
publish-latest: publish-latest:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-kaniko
settings: settings:
platforms: linux/amd64
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
registry: gitea.michaelthomson.dev registry: https://gitea.michaelthomson.dev
tags: latest tags: latest
username: ${CI_REPO_OWNER} username: ${CI_REPO_OWNER}
password: password:

View File

@ -1,10 +1,9 @@
steps: steps:
publish-tag: publish-tag:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-kaniko
settings: settings:
platforms: linux/amd64
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
registry: gitea.michaelthomson.dev registry: https://gitea.michaelthomson.dev
tags: ${CI_COMMIT_TAG} tags: ${CI_COMMIT_TAG}
username: ${CI_REPO_OWNER} username: ${CI_REPO_OWNER}
password: password: