You've already forked ansible-molecule
Update pipeline
This commit is contained in:
@@ -6,15 +6,13 @@ variables:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
publish-depot-plugin:
|
build-and-publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
pull: true
|
pull: true
|
||||||
group: docker
|
group: docker
|
||||||
settings:
|
settings:
|
||||||
<<: *docker_creds
|
<<: *docker_creds
|
||||||
token:
|
repo: "${CI_REPO_OWNER}/ansible-molecule"
|
||||||
from_secret: depot_token
|
|
||||||
repo: ${CI_REPO_OWNER}/ansible-molecule
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user