Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8665ea22e1 | |||
| 93b35eb1d9 |
@@ -0,0 +1,21 @@
|
||||
steps:
|
||||
- name: build and push docker image
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.kolspace.cc/victor.kolomin/controlla
|
||||
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/controlla:latest
|
||||
cache_to: type=inline
|
||||
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
-1
Submodule repos/myrepo deleted from 27608766af
Reference in New Issue
Block a user