forked from shrink/actions-docker-registry-tag
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Changed to latest version of upstream to add Node 20 support #5
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
* fix: node12 GHA deprecation Signed-off-by: Derek Roberts <derek.roberts@gmail.com> * fix: actions/checkout node12 deprecation warning Signed-off-by: Derek Roberts <derek.roberts@gmail.com> * fix: docker/login-action deprecation and save-state warnings Signed-off-by: Derek Roberts <derek.roberts@gmail.com> * ci: pull request triggers for tests-integration, tests-unit Signed-off-by: Derek Roberts <derek.roberts@gmail.com> Signed-off-by: Derek Roberts <derek.roberts@gmail.com>
* ci: Clean apt list before installing skopeo There's an error with `mirror.aardsoft.fi` ``` Err:3 http://mirror.aardsoft.fi/opensuse/repositories/home%3A/alvistack/xUbuntu_22.04 skopeo 100:1.14.0-1 File has unexpected size (8340068 != 8332874). Mirror sync in progress? [IP: 65.21.143.134 80] Hashes of expected file: - SHA256:572c197377988ca155250c3c32cf83d5c3eb993259eeb4cc2c434e61e2dd1439 - SHA1:663f246f2328e821ef1d97b09579148e2e88c6f3 [weak] - MD5Sum:e2c1994cb38ce7bc3d6ec1095b582795 [weak] - Filesize:8332874 [weak] Fetched 174 kB in 2s (77.0 kB/s) E: Failed to fetch http://mirror.aardsoft.fi/opensuse/repositories/home%3A/alvistack/xUbuntu_22.04/amd64/skopeo_1.14.0-1_amd64.deb File has unexpected size (8340068 != 8332874). Mirror sync in progress? [IP: 65.21.143.134 80] Hashes of expected file: - SHA256:572c197377988ca155250c3c32cf83d5c3eb993259eeb4cc2c434e61e2dd1439 - SHA1:663f246f2328e821ef1d97b09579148e2e88c6f3 [weak] - MD5Sum:e2c1994cb38ce7bc3d6ec1095b582795 [weak] - Filesize:8332874 [weak] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ``` * ci: Replace `apt-get` with `apt` for consistency
@mikhail-vl Ready to review. |
mikhail-vl
reviewed
Feb 11, 2024
mikhail-vl
approved these changes
Feb 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated CI Action, packages to the latest and rebuilt.
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.
This adds support for Node 20 to the action and updates to the latest version of the upstream action.