remove .woodpecker file according to doc
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
2026-04-10 13:53:46 +02:00
parent 5e4a181ea9
commit 6602090c45
-21
View File
@@ -1,21 +0,0 @@
steps:
- name: build and push docker image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.kolspace.cc/victor.kolomin/docker-rustic-backup
registry: git.kolspace.cc
platforms: linux/amd64
username:
from_secret: gitea_registry_user
password:
from_secret: gitea_registry_pass
tags:
- ${CI_COMMIT_TAG}
- latest
cache_from:
- git.kolspace.cc/victor.kolomin/docker-rustic-backup:latest
cache_to: type=inline
when:
event:
- tag