[26.0] Replaced deprecated actions with modern equivalents#21849
Merged
mvdbeek merged 1 commit intogalaxyproject:release_26.0from Feb 17, 2026
Merged
[26.0] Replaced deprecated actions with modern equivalents#21849mvdbeek merged 1 commit intogalaxyproject:release_26.0from
mvdbeek merged 1 commit intogalaxyproject:release_26.0from
Conversation
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.
Replaces deprecated actions in the build job:
actions-hub/docker/login@master(quay.io + DockerHub logins) replaced withdocker/login-action@v3- the same action already used by the ghcrbuild jobactions-hub/docker@master pushreplaced withdocker/build-push-action@v6- builds and pushes in one stepdocker/setup-buildx-action@v3- required by build-push-actionWhat changed functionally:
The main
galaxy-minimage is now built and pushed to both DockerHub and quay.io in a singlebuild-push-actionstep (instead of separate build + 2 push commands)The auto-expiring
galaxy-k8s-autoper-commit image writes a temp Dockerfile and usesbuild-push-actionto build and push it with thequay.expires-after=90dlabelAll the same images are pushed to the same registries with the same tags
The ghcrbuild job was already using these modern actions, so no changes were needed there.
How to test the changes?
(Select all options that apply)
License