Behaviour
Steps to reproduce this issue
Expected behaviour
The output is consistent across minor/patch releases.
Actual behaviour
The output now references context.payload.pull_request.head.sha if running within the context of a PR. This should have been considered a breaking change, as other workflows that later try to use {{ github.sha }} expecting that the image was previously tagged like so will no longer work.
Configuration
- Repository URL (if public):
- Build URL (if public):
# paste your YAML workflow file here and remove sensitive data
Logs
Download the log file of your build
and attach it to this issue.
Behaviour
Steps to reproduce this issue
Expected behaviour
The output is consistent across minor/patch releases.
Actual behaviour
The output now references
context.payload.pull_request.head.shaif running within the context of a PR. This should have been considered a breaking change, as other workflows that later try to use{{ github.sha }}expecting that the image was previously tagged like so will no longer work.Configuration
# paste your YAML workflow file here and remove sensitive dataLogs