fix: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-07-24 00:30:04 +02:00
parent 510aa121f0
commit 0b00f45686
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -73,10 +73,14 @@ pipeline:
- MINIO_ENDPOINT - MINIO_ENDPOINT
- MINIO_BUCKET - MINIO_BUCKET
settings: settings:
endpoint: ${MINIO_ENDPOINT} endpoint:
bucket: ${MINIO_BUCKET} from_secret: MINIO_ENDPOINT
access_key: ${MINIO_ACCESS_KEY} bucket:
secret_key: ${MINIO_SECRET_KEY} from_secret: MINIO_BUCKET
access_key:
from_secret: MINIO_ACCESS_KEY
secret_key:
from_secret: MINIO_SECRET_KEY
source: publish/* source: publish/*
target: /artifacts target: /artifacts
path_style: true path_style: true