1 parent c99b40f commit 3afc3a1Copy full SHA for 3afc3a1
1 file changed
.github/workflows/publish_docker_image.yaml
@@ -60,6 +60,8 @@ jobs:
60
tags: ${{ steps.meta.outputs.tags }}
61
labels: ${{ steps.meta.outputs.labels }}
62
create_release:
63
+ name: Create Release
64
+ runs-on: ubuntu-latest
65
steps:
66
- name: "Create release for tag"
67
uses: actions/create-release@latest
0 commit comments