mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 20:11:00 +01:00
fix token name
This commit is contained in:
@@ -11,7 +11,7 @@ steps:
|
|||||||
repo: *repo
|
repo: *repo
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [pull_request]
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
||||||
@@ -23,6 +23,6 @@ steps:
|
|||||||
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
|
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: deploy_token
|
from_secret: DEPLOY_TOKEN
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [tag]
|
||||||
|
|||||||
Reference in New Issue
Block a user