paketo-buildpacks / github-config

Common repository configuration
Apache License 2.0
8 stars 12 forks source link

Adding back the id on push to dockerhub action #965

Closed pacostas closed 4 months ago

pacostas commented 4 months ago

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