This commit is contained in:
hexlocation's laptop (asiago) 2024-04-04 08:52:04 +02:00
parent 573954631b
commit fd8084dbe8

View file

@ -7,11 +7,13 @@ steps:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [ git_pat ] secrets: [ git_pat ]
settings: settings:
repo: disseminate repo: hexlocation/disseminate
platforms: linux/amd64 platforms: linux/amd64
dockerfile: Dockerfile dockerfile: Dockerfile
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: hexlocation username: hexlocation
registry: https://git.clatter.cc registry: git.clatter.cc
password: password: ${git_pat}
from_secret: git_pat steps:
- ls
- pwd