From 5e9f8aeda0be3f4d43639585193981ce141703bb Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Sat, 16 Oct 2021 20:22:43 +0200 Subject: [PATCH] fix gh action docker tag --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b9ff324..5cd1c1e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -28,4 +28,4 @@ jobs: uses: docker/build-push-action@v2 with: push: ${{ github.ref == 'refs/heads/main' }} - tags: chaoswest-tv/durchsage:latest \ No newline at end of file + tags: ghcr.io/chaoswest-tv/durchsage:latest \ No newline at end of file