From 828b2b245a3bc632770d666ea33fceb2cedde96b Mon Sep 17 00:00:00 2001 From: Kokomo123 Date: Sat, 24 Aug 2024 20:27:24 -0400 Subject: [PATCH] Pushing it to ghcr instead of internally. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 509f98e3..6e02a929 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,7 +74,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} platforms: linux/arm64,linux/amd64 push: true - tags: kokomo123/5etools-img:latest,kokomo123/5etools-img:testing + tags: ghcr.io/kokomo123/5etools-img:latest,ghcr.io/kokomo123/5etools-img:testing - name: Push image run: |