From e3a44be52745e342abbc6c7479fbf912accfb24f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 2 Dec 2023 17:48:15 -0800 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index f6dc4bc29..2fb39f918 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -45,5 +45,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag }} # Add the input tag to the image tags labels: ${{ steps.meta.outputs.labels }}