Built Docker image is always using vcs.sha label with an unspecified value #347
Labels
bug
Something isn't working
github_actions
Pull requests that update GitHub Actions code
good first issue
Good for newcomers
Describe the bug
If I inspect the built docker image it features the vcs.sha always set to
This happens because the Dockerfile expects the value to be set from the COMMIT_SHA environment variable but the build job is never setting it.
Expected behavior
The label to properly set
Replication info
docker inspect ghcr.io/rond-authz/rond | grep "vcs.sha"
The text was updated successfully, but these errors were encountered: