Skip to content

Commit

Permalink
fix: publish-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Nov 14, 2024
1 parent 837378b commit cd01ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD
name: "CD"

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish the draft release created by cd.yml, and upload GHCR image
name: "CD: Publish"

on:
workflow_dispatch:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.ref }}

- name: Publish to GHCR
uses: ./.github/actions/images/publish-to-ghcr
uses: ./.github/actions/images/publish-ghcr
with:
sha: ${{ github.event.inputs.sha }}
tag: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit cd01ac2

Please sign in to comment.