Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Use local dockerfile instead of pre-built image #38

Merged
merged 2 commits into from Jan 4, 2022

Conversation

laurentsimon
Copy link
Contributor

@laurentsimon laurentsimon commented Dec 30, 2021

See #35, it seems only the docker registry is supported. So instead of finding a way to publish there, let's use a local dockerfile. This PR does just that. It also updates the hash of the scorecard's image to the latest in order to cut a pre-release and start testing.

All in all, this also simplifies the release process for the action. I've updated the release process accordingly in #33

closes #35

@laurentsimon
Copy link
Contributor Author

friendly ping. Any questions?

@@ -42,5 +42,5 @@ branding:

runs:
using: "docker"
image: "docker://laurentsimon/scorecard-action:latest"
image: "./Dockerfile"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: maybe remove the ./ as shown in the example provided by GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Support for ghcr.io in Action
2 participants