steps: build-container: image: woodpeckerci/plugin-kaniko settings: dry-run: true registry: https://git.jacobpa.com tags: - $CI_COMMIT_SHA - latest when: - event: push evaluate: 'any(["Dockerfile", "copy.sh"], # in CI_PIPELINE_FILES)' branch: main - event: [tag, manual] branch: main