CI/CD Workflow Improvements#254
Closed
Harika Bishai (HarikaBishai) wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Resolved by #253 |
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 pull request updates the
.github/workflows/docker-publish.ymlGitHub Actions workflow to use newer versions of several Docker-related actions and makes minor formatting adjustments for consistency. These changes help keep the workflow up-to-date with the latest features and security improvements.Dependency updates:
sigstore/cosign-installeraction from v4.0.0 to v4.1.2 for improved signing capabilities.docker/setup-buildx-actionfrom v3.12.0 to v4.0.0 to use the latest Docker Buildx setup.docker/login-actionfrom v3.6.0 to v4.1.0 for improved Docker registry authentication.docker/metadata-actionfrom v5.10.0 to v6.0.0 for enhanced metadata extraction.docker/build-push-actionfrom v6.18.0 to v7.1.0 for the latest build and push features.Formatting and consistency:
No logic or functional changes were made to the workflow steps themselves.
JIRA: https://jira.nsls2.bnl.gov/browse/DT1-1431