feat(docker): Add docker image

This commit is contained in:
2024-12-25 11:31:58 +00:00
parent f31c59da5b
commit f394a853c1
2 changed files with 32 additions and 0 deletions

View File

@ -70,3 +70,11 @@ jobs:
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
create_docker:
name: Create Docker Image
needs: create_release
if: ${{ needs.create_release.outputs.success == 'true' }}
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
with:
release: ${{ needs.create_release.outputs.release_name }}