-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix docker hub push for matrix #40
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pyToshka
added a commit
that referenced
this pull request
Jan 9, 2024
fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 added buymeacoffee fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 added support for amazon linux and ubuntu (#38) New images for agent (#39) * added support for amazon linux and ubuntu fix docker hub push for matrix (#40) * fix dockerhub push step * added cache for pytests * update pre-commit added tests for adding agents (#41) Bump pytest-testinfra from 8.1.0 to 10.0.0 (#54) Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) from 8.1.0 to 10.0.0. - [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases) - [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-testinfra@8.1.0...10.0.0) --- updated-dependencies: - dependency-name: pytest-testinfra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Revert "Bump pytest-testinfra from 8.1.0 to 10.0.0 (#54)" (#60) This reverts commit 72997ef. Create SECURITY.md (#62) delete docker snyk (#63) Bump urllib3 from 1.26.18 to 2.1.0 (#58) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.1.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.18...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump markupsafe from 2.1.1 to 2.1.3 (#57) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.1...2.1.3) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump loguru from 0.6.0 to 0.7.2 (#55) Bumps [loguru](https://github.com/Delgan/loguru) from 0.6.0 to 0.7.2. - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](Delgan/loguru@0.6.0...0.7.2) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump psutil from 5.8.0 to 5.9.7 (#56) Bumps [psutil](https://github.com/giampaolo/psutil) from 5.8.0 to 5.9.7. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.8.0...release-5.9.7) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen <[email protected]> fix jinja2 templating with autoescape (#64) push to github based on github tag (#65) Update docker-hub-image.yml (#66) push to github based on github tag push to github based on github tag (#67) Add docker push based ongit tag (#68) * push to github based on github tag * push to github based on github tag Add docker push based ongit tag (#69) * push to github based on github tag * fix actions Add docker push based ongit tag (#70) * push to github based on github tag * push to github based on github tag * fix actions * fix actions fix actions (#71) Add docker push based ongit tag2 (#72) * fix actions * fix actions change actions for new docker push flow (#75) * change actions for new docker push flow * update python version to 3.9 Bump psutil from 5.8.0 to 5.9.7 (#73) Bumps [psutil](https://github.com/giampaolo/psutil) from 5.8.0 to 5.9.7. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.8.0...release-5.9.7) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Migration to tags (#76) * change actions for new docker push flow * update python version to 3.9 * change actions for new docker push flow Bump pytest-testinfra from 8.1.0 to 10.0.0 (#74) Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) from 8.1.0 to 10.0.0. - [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases) - [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-testinfra@8.1.0...10.0.0) --- updated-dependencies: - dependency-name: pytest-testinfra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Migration to tags (#77) * change actions for new docker push flow * update python version to 3.9 * change actions for new docker push flow * added build arg for tag fix variable for build (#78) Checks all branches (#79) * run security check for all branches Update docker-hub-image-main.yml (#81) Update github actions (#82) * Update docker-hub-image-main.yml * Update docker-hub-image-tag.yml changes for agent version and docker tag (#85) fix ambiguous redirect (#86) clean history clean history
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.