diff --git a/.woodpecker/ociImagePush.yml b/.woodpecker/ociImagePush.yml index 9465e82..431237e 100644 --- a/.woodpecker/ociImagePush.yml +++ b/.woodpecker/ociImagePush.yml @@ -1,4 +1,4 @@ -pipeline: +steps: publish-docker-latest: image: docker.io/plugins/kaniko settings: @@ -12,7 +12,5 @@ pipeline: from_secret: docker_password when: - event: [push] - branch: [main] - -branches: [main] \ No newline at end of file + - event: push + branch: main