ci: fix docker workflow dep not being triggered

This commit is contained in:
6543 2024-01-12 11:00:35 +01:00
parent 2816cc49c3
commit 8aed3a375d
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -1,7 +1,10 @@
when:
- event: pull_request
- event: push
branch: renovate/*
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
- renovate/*
variables:
- &node_image 'docker.io/node:21-alpine'