oxipng/.github/workflows
vlakoff ccbd2f971c
Fix Docker image push condition to exclude merge queue
The push condition only excluded pull_request events, causing
the builder to attempt a push on merge_group events too.

Since no meta-tag rule matches merge_group, this results in
a push with no tag, which fails or produces a broken image.

Now only pushes on branch/tag push and workflow_dispatch.
2026-04-30 09:50:55 +02:00
..
deploy.yml Implement merge_group trigger and concurrency control 2026-04-23 00:17:37 +02:00
docker.yml Fix Docker image push condition to exclude merge queue 2026-04-30 09:50:55 +02:00
oxipng.yml Include event_name in CI concurrency group keys 2026-04-30 09:15:15 +02:00