Skip to content

chore: update build-push-action to v7 in workflows#93

Merged
Amnoor merged 1 commit intodevelop-v1+node24from
chore/update-build-push-action-v7
Apr 4, 2026
Merged

chore: update build-push-action to v7 in workflows#93
Amnoor merged 1 commit intodevelop-v1+node24from
chore/update-build-push-action-v7

Conversation

@Amnoor
Copy link
Copy Markdown
Member

@Amnoor Amnoor commented Apr 4, 2026

Summary

This PR updates the GitHub Actions workflows on the develop-v1+node24 line to use docker/build-push-action@v7 instead of the current older major versions. It applies the version bump in both .github/workflows/deployment.yml and .github/workflows/pr-tests.yml while keeping the existing attestation, artifact, cache, and validation logic unchanged.

Files Changed

Added:

  • None

Modified:

  • .github/
    • workflows/
      • deployment.yml
      • pr-tests.yml

Deleted:

  • None

Key Changes

  • Updated the Build and push (multi-registry, multi-platform) step in .github/workflows/deployment.yml from uses: docker/build-push-action@v5 to uses: docker/build-push-action@v7 without changing the existing attests:, tag, label, platform, or cache settings.
  • Updated the Build Image step in .github/workflows/pr-tests.yml from uses: docker/build-push-action@v6 to uses: docker/build-push-action@v7 without changing the existing OCI archive output, multi-platform build, tag, artifact, or cache configuration.

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Amnoor Amnoor merged commit 74c3476 into develop-v1+node24 Apr 4, 2026
5 checks passed
@Amnoor Amnoor deleted the chore/update-build-push-action-v7 branch April 4, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant