From 9baaa65c1e3a18460fe12f2bf5d41873a79938c6 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 }}'