maybe?
This commit is contained in:
parent
04128c6787
commit
3ca6692c4d
@ -20,7 +20,6 @@ steps:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [pa_token]
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: *file
|
dockerfile: *file
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
@ -28,7 +27,8 @@ steps:
|
|||||||
registry: gitea.michaelthomson.dev
|
registry: gitea.michaelthomson.dev
|
||||||
tags: latest
|
tags: latest
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password: ${PA_TOKEN}
|
password:
|
||||||
|
from_secret: pa_token
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
path: *file
|
path: *file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user