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

feat: Pin versions #28

Merged
merged 1 commit into from
Feb 9, 2023
Merged

feat: Pin versions #28

merged 1 commit into from
Feb 9, 2023

Conversation

damacus
Copy link
Contributor

@damacus damacus commented Feb 8, 2023

Pin python versions
Pin yamllint version
Remove labels as this is handled by the Docker metadata action

Signed-off-by: Dan Webb dan.webb@damacus.io

Pin python versions
Pin yamllint version
Remove labels as this is handled by the Docker metadata action

Signed-off-by: Dan Webb <dan.webb@damacus.io>
@damacus damacus enabled auto-merge (squash) February 8, 2023 13:38

ENV MATCHERS_DIR="._actionshub_problem-matchers" \
MATCHER_FILE="${MATCHERS_DIR}/yamllint.json"

COPY yamllint.json ${MATCHER_FILE}
RUN pip install yamllint \
RUN pip install yamllint==v1.29.0 \
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this be picked up or should we use a requirements file and install from there?

@damacus damacus merged commit de211a9 into main Feb 9, 2023
@damacus damacus deleted the pin-versions branch February 9, 2023 02:06
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.

2 participants