Fixed CI workflow
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
93caa314c9
commit
152c4e6fc6
|
@ -1,4 +1,4 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish-docker-latest:
|
publish-docker-latest:
|
||||||
image: docker.io/plugins/kaniko
|
image: docker.io/plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
@ -12,7 +12,5 @@ pipeline:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: [push]
|
- event: push
|
||||||
branch: [main]
|
branch: main
|
||||||
|
|
||||||
branches: [main]
|
|
||||||
|
|
Loading…
Reference in New Issue