mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-08 04:48:27 -05:00
The docker/metadata-action uses github.sha for the SHA tag, which for pull_request_target events is the base branch commit, not the PR head. The comment step was independently constructing SHA tags from the PR head SHA, causing preview URLs that didn't match any actual docker image tag. Now reads the actual tags from docker meta output instead.