This commit is contained in:
hexlocation's laptop (asiago) 2024-04-04 08:32:45 +02:00
parent 85b0c595c8
commit 28fa942040

View file

@ -4,12 +4,13 @@ when:
steps: steps:
- name: build - name: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password] secrets: [git_username, git_pat, git_url]
settings: settings:
repo: hexlocation/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: ${docker_username} username: ${git_username}
registry: ${git_url}
password: password:
from_secret: docker_password from_secret: git_pat