chore(deps): Update docker/build-push-action action to v6.18.0#899
chore(deps): Update docker/build-push-action action to v6.18.0#899MaxymVlasov merged 1 commit intomasterfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
let's wait for v6.18.0 |
Pull request was converted to draft
dbd7cda to
5532692
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the pinned commit for docker/build-push-action from v6.15.0 to v6.18.0 in two workflow files to bring in the latest bug fixes and improvements.
- Upgrades
docker/build-push-actioncommit SHA to v6.18.0 - Maintains existing build contexts and arguments
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/build-image.yaml | Updated action SHA for release and nightly jobs |
| .github/workflows/build-image-test.yaml | Updated action SHA for test build jobs |
| - name: Build and Push release | ||
| if: github.event_name != 'schedule' | ||
| uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 | ||
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
There was a problem hiding this comment.
[nitpick] Consider using the v6.18.0 tag instead of a raw commit SHA for better readability and to make future updates simpler.
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 | |
| uses: docker/build-push-action@v6.18.0 |
| - name: Build and Push release | ||
| if: github.event_name != 'schedule' | ||
| uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 | ||
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
There was a problem hiding this comment.
[nitpick] You could extract the action version into a workflow-level environment variable or use a reusable workflow to avoid repeating the same version in multiple jobs.
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 | |
| uses: docker/build-push-action@${{ env.BUILD_PUSH_ACTION_VERSION }} # v6.18.0 |
| - name: Build if Dockerfile changed | ||
| if: steps.changed-files-specific.outputs.any_changed == 'true' | ||
| uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 | ||
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
There was a problem hiding this comment.
[nitpick] Consider using the v6.18.0 tag instead of a raw commit SHA for clarity and easier future updates.
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 | |
| uses: docker/build-push-action@v6.18.0 |
| - name: Build if Dockerfile changed | ||
| if: steps.changed-files-specific.outputs.any_changed == 'true' | ||
| uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 | ||
| uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
There was a problem hiding this comment.
[nitpick] To reduce duplication, consider centralizing the action version in a shared environment variable or reusable workflow.
|
This PR is included in version 1.99.2 🎉 |
This PR contains the following updates:
v6.15.0->v6.18.0Release Notes
docker/build-push-action (docker/build-push-action)
v6.18.0Compare Source
v6.17.0Compare Source
Full Changelog: docker/build-push-action@v6.16.0...v6.17.0
v6.16.0Compare Source
Full Changelog: docker/build-push-action@v6.15.0...v6.16.0
Configuration
📅 Schedule: Branch creation - "after 4am on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.