v1.2.1
Until v1.2.0 relied on the pipeline / user to explicitly pull images. This assumption is true again.
From #39:
With the last release we've migrated away from calling docker's go lib and started calling the docker binary directly. While migrating we added some code which pulls the packages implicitly.
This can be suboptimal, e.g. if the image is only available to the local executor, thus the setup of the tests will fail.
What's Changed
- chore(deps): update github/codeql-action action to v3 by @renovate in #37
- fix: remove implicit pull of provider images by @maximilianbraun in #39
Full Changelog: v1.2.0...v1.2.1