fix docker latest tagging

This commit is contained in:
crapStone 2024-07-23 23:11:45 +02:00
parent 5265b3884b
commit 93ae8626d9
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -109,7 +109,7 @@ steps:
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_image"' evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_image"'
event: pull_request event: pull_request
docker-tag: docker-release:
depends_on: vendor depends_on: vendor
image: woodpeckerci/plugin-docker-buildx:4.2.0 image: woodpeckerci/plugin-docker-buildx:4.2.0
settings: settings:
@ -123,4 +123,4 @@ steps:
password: password:
from_secret: bot_token from_secret: bot_token
when: when:
- event: [push] - event: [tag]