Update GitHub Actions to use new bashbrew action#1861
Merged
J0WI merged 1 commit intonextcloud:masterfrom Nov 26, 2022
Merged
Conversation
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts. Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
d414f70 to
cabcae4
Compare
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Nov 28, 2022
Changes: - https///github.com/nextcloud/docker/commit/48f223f: Runs update.sh - https///github.com/nextcloud/docker/commit/24440af: Enhance shell syntax (https///github.com/nextcloud/docker/pull/1868) - https///github.com/nextcloud/docker/commit/c83394d: Update GitHub Actions to use new bashbrew action (https///github.com/nextcloud/docker/pull/1861) - https///github.com/nextcloud/docker/commit/dfb538c: Fixes warning about svg support missing (https///github.com/nextcloud/docker/pull/1789) - https///github.com/nextcloud/docker/commit/625445f: Bump to 24.0.7
ananace
pushed a commit
to ananace/docker-nextcloud
that referenced
this pull request
May 10, 2024
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts. Signed-off-by: Tianon Gravi <admwiggin@gmail.com> Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
This file contains hidden or 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
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 should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts.
See also docker-library/bashbrew#57