From 152c4e6fc6d5c52218646d22dc609b7ea48dfbc7 Mon Sep 17 00:00:00 2001 From: Natty Date: Wed, 3 Jan 2024 20:58:28 +0100 Subject: [PATCH] Fixed CI workflow --- .woodpecker/ociImagePush.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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