Closed pacostas closed 4 months ago
On this step https://github.com/paketo-buildpacks/github-config/blob/ed11d20621aa11f7fbf6c2c29dbd3bcc7efebb56/implementation/.github/workflows/push-buildpackage.yml#L100 the image and digest are being used from the previous step. Due to previous step does not have an id, the value of both variables is empty.
This PR adds back the id on the push to dockerhub step
Summary
On this step https://github.com/paketo-buildpacks/github-config/blob/ed11d20621aa11f7fbf6c2c29dbd3bcc7efebb56/implementation/.github/workflows/push-buildpackage.yml#L100 the image and digest are being used from the previous step. Due to previous step does not have an id, the value of both variables is empty.
This PR adds back the id on the push to dockerhub step
Use Cases
Checklist