This commit is contained in:
parent
9ad38909b8
commit
2c26a5bff8
2 changed files with 22 additions and 0 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tags.txt
|
21
.woodpecker/build-docker.yml
Normal file
21
.woodpecker/build-docker.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
when:
|
||||||
|
- event:
|
||||||
|
- manual
|
||||||
|
|
||||||
|
steps:
|
||||||
|
set-tags:
|
||||||
|
image: debian:12
|
||||||
|
commands:
|
||||||
|
- export TS=`date '+%Y%m%d%H%M%S'`
|
||||||
|
- echo "latest, $TS" >> tags.txt
|
||||||
|
docker-deploy-push:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
|
repo: code.lila.network/lauralani/netlify-cli
|
||||||
|
registry: https://index.docker.io/v1/
|
||||||
|
tags_file: ./tags.txt
|
||||||
|
username: lauralani
|
||||||
|
password:
|
||||||
|
from_secret: docker_token
|
Loading…
Reference in a new issue