docker and CI #1

Merged
mthomson merged 2 commits from feature/docker-ci into main 2024-06-09 03:23:10 +00:00
3 changed files with 5 additions and 8 deletions
Showing only changes of commit 94d556cb1b - Show all commits

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: