Closed MSevey closed 1 month ago
.github/workflows/docker-build-publish.yml (2)
`34-34`: **Consistent workflow version update.** The update to v0.4.5 is consistently applied to both the `docker-security-build` and `docker-txsim-build` jobs. This ensures that both Docker builds use the same version of the workflow, which is a good practice for maintaining consistency across the CI/CD pipeline. --- `24-24`: **Workflow version update looks good.** The update from v0.4.4 to v0.4.5 for the reusable workflow is a minor version change, which is generally a good practice for keeping dependencies up-to-date. This aligns with the PR objective of implementing a patch fix for the docker workflow. To ensure the update doesn't introduce any unexpected changes, please verify the changelog or release notes for version 0.4.5 of the `celestiaorg/.github` repository. You can use the following command to check for any recent tags or releases:✅ Verification successful
**Workflow version update verified successfully.** The reusable workflow has been updated to v0.4.5, which is the latest release as of 2024-09-26. This ensures that the Docker build and publish process utilizes the most recent and stable version of the workflow.🏁 Scripts executed
The following scripts were executed for the analysis: Script: ```shell #!/bin/bash # Description: Check for recent tags or releases in the celestiaorg/.github repository gh repo view celestiaorg/.github --json releases -q '.releases[:5][] | {tagName: .tagName, publishedAt: .publishedAt}' ``` Length of output: 1246 --- Script: ```shell #!/bin/bash # Description: Retrieve the latest release information from the celestiaorg/.github repository gh repo view celestiaorg/.github --json latestRelease -q '{tagName: .latestRelease.tagName, publishedAt: .latestRelease.publishedAt}' ``` Length of output: 193
Overview
Brings in a patch fix for the docker workflow