chore: update build-push-action to v7 in workflows#93
Merged
Amnoor merged 1 commit intodevelop-v1+node24from Apr 4, 2026
Merged
chore: update build-push-action to v7 in workflows#93Amnoor merged 1 commit intodevelop-v1+node24from
Amnoor merged 1 commit intodevelop-v1+node24from
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
This PR updates the GitHub Actions workflows on the
develop-v1+node24line to usedocker/build-push-action@v7instead of the current older major versions. It applies the version bump in both.github/workflows/deployment.ymland.github/workflows/pr-tests.ymlwhile keeping the existing attestation, artifact, cache, and validation logic unchanged.Files Changed
Added:
Modified:
.github/workflows/deployment.ymlpr-tests.ymlDeleted:
Key Changes
Build and push (multi-registry, multi-platform)step in.github/workflows/deployment.ymlfromuses: docker/build-push-action@v5touses: docker/build-push-action@v7without changing the existingattests:, tag, label, platform, or cache settings.Build Imagestep in.github/workflows/pr-tests.ymlfromuses: docker/build-push-action@v6touses: docker/build-push-action@v7without changing the existing OCI archive output, multi-platform build, tag, artifact, or cache configuration.