diff --git a/.woodpecker/.woodpecker.yml b/.woodpecker/.woodpecker.yml deleted file mode 100644 index 1e8da60..0000000 --- a/.woodpecker/.woodpecker.yml +++ /dev/null @@ -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