Below you will find pages that utilize the taxonomy term “Gh-Workflow”
April 21, 2026
Setup Docker Desktop macOS
Version updated for https://github.com/gh-workflow/setup-docker-desktop-macos to version 0.0.10.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-docker-desktop-macos GitHub Action installs and starts Docker Desktop on macOS runners in GitHub Actions workflows. It automates the setup of a Docker environment on macOS for testing workflows or applications that rely on Docker, eliminating manual configuration steps. This action is specifically designed for scenarios requiring Docker on macOS and is not intended for building or publishing Linux containers.
April 9, 2026
Publish MultiArch Image
Version updated for https://github.com/gh-workflow/multiarch-image-publish to version 0.1.7.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The multiarch-image-publish GitHub Action automates the publishing of signed, multi-architecture container images by combining pre-built, per-platform image digests into a single multi-arch manifest. It ensures the integrity of images by signing and verifying both individual platform images and the final manifest, while also supporting tagging and provenance validation. This action simplifies the process of releasing container images compatible with multiple architectures, addressing the need for secure and efficient multi-platform image distribution.
April 8, 2026
Publish MultiArch Image
Version updated for https://github.com/gh-workflow/multiarch-image-publish to version 0.1.6.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The multiarch-image-publish GitHub Action automates the process of publishing signed, multi-architecture container images by combining pre-built per-platform images into a single manifest. It ensures each image is signed, verified, and optionally includes provenance checks before publishing, solving the challenge of managing multi-arch image releases efficiently. Key features include creating multi-arch and per-platform tags, signing images, and ensuring compatibility with multiple platforms such as linux/amd64 and linux/arm64.
April 2, 2026
Publish MultiArch Image
Version updated for https://github.com/gh-workflow/multiarch-image-publish to version 0.1.5.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The multiarch-image-publish GitHub Action automates the process of publishing signed multi-architecture container images by combining pre-built per-platform images into a single multi-arch manifest. It ensures integrity by signing and verifying the individual platform images and the final manifest, and supports tagging for both multi-arch and per-platform images. This action simplifies the workflow for developers building and distributing multi-architecture container images while ensuring security and provenance verification.