From a6a20c111f2f3a85a9a2e169767edf097d26c4ae Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sun, 24 Mar 2024 15:13:12 -0700 Subject: [PATCH] Added GHCR tags --- .github/workflows/build_and_push_docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_push_docker.yml b/.github/workflows/build_and_push_docker.yml index 9067b0e..ef80177 100644 --- a/.github/workflows/build_and_push_docker.yml +++ b/.github/workflows/build_and_push_docker.yml @@ -41,4 +41,6 @@ jobs: platforms: ${{ github.event.inputs.platforms }} push: true file: ./selfhosted.Dockerfile - tags: 'keglin/pinchflat:${{ github.event.inputs.image_tag }}' + tags: | + 'keglin/pinchflat:${{ github.event.inputs.image_tag }}' + 'ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}'