Skip to content

Conversation

piglee05022
Copy link

合併分支
This pull request introduces a new GitHub Actions workflow for automating Docker image builds, pushes, and signing. The workflow is designed to run on schedule, on main branch pushes, and on pull requests, with conditional steps based on the event type. It includes integration with third-party actions for Docker Buildx setup, metadata extraction, and image signing.

Docker Workflow Automation:

  • .github/workflows/docker-publish.yml: Added a new workflow named "Docker" to automate Docker image builds and pushes. It supports multi-platform builds, caching, and conditional execution for pull requests and releases.
  • .github/workflows/docker-publish.yml: Integrated third-party GitHub Actions for Docker Buildx setup, Docker metadata extraction, registry login, and image signing using Sigstore's cosign tool.

合併分支


Signed-off-by: piglee05022 <[email protected]>
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