docker and CI #1
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user