1
Some checks failed
ci/woodpecker/push/publish Pipeline failed

This commit is contained in:
2024-12-03 12:29:43 +03:00
parent 404f128166
commit 4ef44fc2ed
15 changed files with 158 additions and 0 deletions

18
.woodpecker/publish.yml Normal file
View File

@@ -0,0 +1,18 @@
---
when:
branch: main
event: push
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
auto_tag: true
tag: latest
repo: akulovsergei/test-app
username: akulovsergei
password:
from_secret: docker_token