forked from TrueCloudLab/certificates
[action] Fix docker image name in release workflow
This commit is contained in:
parent
ef337f5285
commit
574351a8f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -112,6 +112,6 @@ jobs:
|
|||
with:
|
||||
platforms: linux/amd64,linux/386,linux/arm,linux/arm64
|
||||
tags: ${{ needs.create_release.outputs.docker_tags_hsm }}
|
||||
docker_image: smallstep/step-ca-hsm
|
||||
docker_image: smallstep/step-ca:hsm
|
||||
docker_file: docker/Dockerfile.hsm
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue