fix token name

This commit is contained in:
2025-10-31 21:00:43 +01:00
parent 789938f63d
commit bd5b863ecc

View File

@@ -11,7 +11,7 @@ steps:
repo: *repo
tags: latest
when:
event: [push]
event: [pull_request]
publish:
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
@@ -23,6 +23,6 @@ steps:
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
username: ${CI_REPO_OWNER}
password:
from_secret: deploy_token
from_secret: DEPLOY_TOKEN
when:
event: [push]
event: [tag]