This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user