rename steps
This commit is contained in:
parent
00fd5a97eb
commit
1a3a17a740
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
- echo "latest" > tags.txt
|
- echo "latest" > tags.txt
|
||||||
- echo "$TS" >> tags.txt
|
- echo "$TS" >> tags.txt
|
||||||
- cat tags.txt
|
- cat tags.txt
|
||||||
docker-deploy-push:
|
deploy-dockerhub:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
||||||
- echo "latest" > tags.txt
|
- echo "latest" > tags.txt
|
||||||
- echo "$TS" >> tags.txt
|
- echo "$TS" >> tags.txt
|
||||||
- cat tags.txt
|
- cat tags.txt
|
||||||
docker-deploy-push:
|
deploy-forgejo:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue