Skip to content

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

Merged
Amnoor merged 1 commit intodevelopfrom
chore/update-build-push-action-v7
Apr 4, 2026
Merged

chore: update build-push-action to v7 in workflows#86
Amnoor merged 1 commit intodevelopfrom
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 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 build, attestation, cache, and artifact 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, or cache configuration.

@Amnoor Amnoor merged commit 146eb08 into develop Apr 4, 2026
5 checks passed
@Amnoor Amnoor deleted the chore/update-build-push-action-v7 branch April 4, 2026 12:01
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