swtpm/.github/workflows/release.yaml
Boris Glimcher 52546d50d1 ci: add new release action to run when published
It is better to have it as separate action.
So it can grow with nore thiungs to do on release.

It calls existing docker build and push to avoid duplication.

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
2024-07-18 16:48:21 -04:00

12 lines
180 B
YAML

name: Release
on:
workflow_dispatch:
release:
types: [published]
jobs:
release-docker:
uses: ./.github/workflows/docker.yaml
secrets: inherit