Skip to content

fix(workflows): introduce tags workflow and fix spelling dev workflow - #15

Merged
ooemperor merged 1 commit into
mainfrom
development
Mar 10, 2026
Merged

fix(workflows): introduce tags workflow and fix spelling dev workflow#15
ooemperor merged 1 commit into
mainfrom
development

Conversation

@ooemperor

Copy link
Copy Markdown
Owner

This pull request introduces a new GitHub Actions workflow for building and publishing Docker images when tags matching the pattern v* are pushed, and also corrects a typo in an existing workflow. The main focus is on automating Docker image builds and signing for tagged releases.

New workflow for tagged Docker builds and signing:

  • Added .github/workflows/docker_build_publish_tags.yml to automate Docker image build, push, and signing when a tag is pushed. This includes steps for checking out the repository, installing cosign, setting up Docker Buildx, logging into the registry, extracting Docker metadata, building and pushing the image, and signing the image digest.

Bug fix in Docker build workflow:

  • Fixed a typo in the tags section of .github/workflows/docker_build_publish_development.yml (tpyetype).

@ooemperor ooemperor self-assigned this Mar 10, 2026
@ooemperor
ooemperor merged commit f393b9f into main Mar 10, 2026
3 checks passed
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