Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

fix: Do not write Docker pull logs in fixed file if no yq and yq imag… #10

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

MaxymVlasov
Copy link
Contributor

…e locally

Put an x into the box if that applies:

  • This PR introduces breaking change.
  • This PR fixes a bug.
  • This PR adds new functionality.
  • This PR enhances existing functionality.

Description of your changes

Fixes #9

How was it tested

  1. Remove yq and docker images mikefarah/yq

  2. Clone this repo

  3. In .pre-commit-config.yaml comment

    #  exclude: |
    #    (?x)
    #     # Try to sort consecutive steps
    #     (^.github/workflows
    #   )
  4. Run pre-commit -a

@MaxymVlasov MaxymVlasov requested a review from a team as a code owner April 6, 2023 15:43
@MaxymVlasov MaxymVlasov merged commit 52d7c26 into main Apr 6, 2023
@MaxymVlasov MaxymVlasov deleted the fix/GH-9 branch April 6, 2023 15:53
github-actions bot pushed a commit that referenced this pull request Apr 6, 2023
## [0.1.1](v0.1.0...v0.1.1) (2023-04-06)

### Bug Fixes

* Do not write Docker pull logs in fixed file if no yq and yq imag… ([#10](#10)) ([52d7c26](52d7c26))
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

This PR is included in version 0.1.1 🎉

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

Successfully merging this pull request may close these issues.

Docker output in changed file if no mikefarah/yq:4 image locally
2 participants