maybe mab eme

This commit is contained in:
hexlocation's laptop (asiago) 2024-04-04 09:00:59 +02:00
parent cf182aff29
commit 54a4b32e7a

View file

@ -5,7 +5,7 @@ when:
steps: steps:
- name: build - name: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [ git_pat ] secrets: [ gitpat ]
settings: settings:
repo: hexlocation/disseminate repo: hexlocation/disseminate
platforms: linux/amd64 platforms: linux/amd64
@ -13,4 +13,4 @@ steps:
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: git.clatter.cc registry: git.clatter.cc
password: $${git_pat} password: $${gitpat}