We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837378b commit cd01ac2Copy full SHA for cd01ac2
.github/workflows/cd.yml
@@ -1,4 +1,4 @@
1
-name: CD
+name: "CD"
2
3
on:
4
workflow_dispatch:
.github/workflows/publish.yml
-name: Publish the draft release created by cd.yml, and upload GHCR image
+name: "CD: Publish"
@@ -27,7 +27,7 @@ jobs:
27
ref: ${{ github.ref }}
28
29
- name: Publish to GHCR
30
- uses: ./.github/actions/images/publish-to-ghcr
+ uses: ./.github/actions/images/publish-ghcr
31
with:
32
sha: ${{ github.event.inputs.sha }}
33
tag: ${{ github.event.inputs.tag }}
0 commit comments