-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker/metadata-action action to v5.6.1 #3
base: main
Are you sure you want to change the base?
Update docker/metadata-action action to v5.6.1 #3
Conversation
Reviewer's Guide by SourceryThis PR updates the docker/metadata-action GitHub Action from v5.0.0 to v5.6.1. The update includes several bug fixes, new features, and dependency updates. The change is implemented through a simple version bump in the GitHub Actions workflow file. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
WalkthroughThe pull request modifies the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHub
participant Docker
User->>GitHub: Trigger event (e.g., push)
GitHub->>Docker: Execute workflow
Docker->>Docker: Install cosign (if not PR)
Docker->>Docker: Login to registry (if not PR)
Docker->>Docker: Build and push images
Docker->>User: Workflow complete
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1).github/workflows/docker-publish.yml (1)
The update from v5.0.0 to v5.6.1 of docker/metadata-action is properly pinned to a specific commit hash for security. The changes include fixes for GitHub API request fallback and modifications to commit SHA length handling. Let's verify the commit hash matches the tagged version and check the action's release notes: Note: The change in commit SHA length from 12 back to 7 characters in v5.6.1 should not impact your workflow since the action handles this internally and maintains compatibility. ✅ Verification successful✅ Commit hash verification successful, changes are safe to apply The commit hash
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the commit hash matches v5.6.1 tag and check release notes
# Expected: Commit 369eb591f429131d6889c46b94e711f089e6ca96 should match v5.6.1 tag
# Get the release information for v5.6.1
gh api \
-H "Accept: application/vnd.github+json" \
repos/docker/metadata-action/releases/tags/v5.6.1
# Verify the commit hash
gh api \
-H "Accept: application/vnd.github+json" \
repos/docker/metadata-action/git/ref/tags/v5.6.1
Length of output: 2612 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
CodeRabbit Configuration File (
|
This PR contains the following updates:
v5.0.0
->v5.6.1
Release Notes
docker/metadata-action (docker/metadata-action)
v5.6.1
Compare Source
Full Changelog: docker/metadata-action@v5.6.0...v5.6.1
v5.6.0
Compare Source
commit_date
global expression by @trim21 in https://github.com/docker/metadata-action/pull/471 https://github.com/docker/metadata-action/pull/475Full Changelog: docker/metadata-action@v5.5.1...v5.6.0
v5.5.1
Compare Source
cwd://
prefix for local bake files by @crazy-max in https://github.com/docker/metadata-action/pull/382Full Changelog: docker/metadata-action@v5.5.0...v5.5.1
v5.5.0
Compare Source
cwd://
prefix for bake files path by @crazy-max in https://github.com/docker/metadata-action/pull/370Full Changelog: docker/metadata-action@v5.4.0...v5.5.0
v5.4.0
Compare Source
Full Changelog: docker/metadata-action@v5.3.0...v5.4.0
v5.3.0
Compare Source
Full Changelog: docker/metadata-action@v5.2.0...v5.3.0
v5.2.0
Compare Source
Full Changelog: docker/metadata-action@v5.1.0...v5.2.0
v5.1.0
Compare Source
Full Changelog: docker/metadata-action@v5.0.0...v5.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.