From cd01ac2c7176c47a543c4357954ee0fd8a48e04c Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli Date: Thu, 14 Nov 2024 16:36:37 +0100 Subject: [PATCH] fix: publish-ghcr --- .github/workflows/cd.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c837f2996..2398721e5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: CD +name: "CD" on: workflow_dispatch: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2141110bd..58230f7d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish the draft release created by cd.yml, and upload GHCR image +name: "CD: Publish" on: workflow_dispatch: @@ -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 }}