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

Unpin Alpine version to prevent failure of the action #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasongill
Copy link

This Github Action is failing because Alpine has removed their images for version 3.11. I have unpinned the Dockerfile's Alpine layer so it will always use the latest release of Alpine to prevent this in the future. Since the only deps are bash, curl, and jq, which should always be available in Alpine, this should not be a problem for future versions of the action.

If anyone is reading this and is here because they found today that all of their Github Actions workflows using sergeysova/jq-action are failing with errors about Docker, you can temporarily update your action to use my fork jasongill/jq-action@v2 until this PR is merged.

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.

1 participant