Skip to content

Comments

Fix(deps): Update docker/setup-qemu-action commit SHA#5

Merged
gowthamrao merged 1 commit intodevelopfrom
fix-docker-workflow
Oct 25, 2025
Merged

Fix(deps): Update docker/setup-qemu-action commit SHA#5
gowthamrao merged 1 commit intodevelopfrom
fix-docker-workflow

Conversation

@gowthamrao
Copy link
Contributor

The previous commit SHA (68827325e0b33c7199093565ac3b62264dc64a97) was no longer valid, causing the 'build-scan-push' job in the Docker workflow to fail.

This commit updates the SHA to the latest version (v3.6.0), which resolves the issue.

The previous commit SHA (68827325e0b33c7199093565ac3b62264dc64a97) was no longer valid, causing the 'build-scan-push' job in the Docker workflow to fail.

This commit updates the SHA to the latest version (v3.6.0), which resolves the issue.
@gowthamrao gowthamrao merged commit 492ca57 into develop Oct 25, 2025
11 checks passed
@gowthamrao gowthamrao deleted the fix-docker-workflow branch October 25, 2025 13:46
@codecov
Copy link

codecov bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

gowthamrao added a commit that referenced this pull request Oct 25, 2025
fix(ci): Resolve Docker build workflow failures and update dependencies

This commit addresses multiple issues that caused the Docker `build-scan-push` workflow to fail, ensuring the pipeline is robust and functional.

Key fixes:
* **Action Dependencies:** Updates several GitHub Actions to valid, stable commit SHAs to resolve "action not found" errors:
    * `docker/setup-qemu-action`
    * `docker/setup-buildx-action`
    * `docker/build-push-action`
    * `aquasecurity/trivy-action`
* **Image Tagging:** Adds a step to convert the `GITHUB_REPOSITORY` name to lowercase, fixing the "repository name must be lowercase" error during the build.
* **Dockerfile:**
    * Ensures the `/install` directory is created in the builder stage, preventing `COPY` failures when no production dependencies exist.
    * Removes a redundant `poetry install` command.
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