From 6ad9e686821bba09ff0db3bc03cd10aba53bd1c6 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sun, 24 Mar 2024 15:15:43 -0700 Subject: [PATCH] One more GHCR shot --- .github/workflows/build_and_push_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push_docker.yml b/.github/workflows/build_and_push_docker.yml index ef80177..8e82c83 100644 --- a/.github/workflows/build_and_push_docker.yml +++ b/.github/workflows/build_and_push_docker.yml @@ -42,5 +42,5 @@ jobs: push: true file: ./selfhosted.Dockerfile tags: | - 'keglin/pinchflat:${{ github.event.inputs.image_tag }}' - 'ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}' + keglin/pinchflat:${{ github.event.inputs.image_tag }} + ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}