From 90720c045543683bfdedd5db297abe2786709f33 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Mon, 10 Jun 2024 01:24:16 +0200 Subject: [PATCH] Fix image name --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8b0f184..c4ec12e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: - main # Change this to your main branch name or remove this line if you want to trigger on all branches env: - IMAGE_NAME: ${{ github.actor }}/pyinstaller-wxpython-linux + IMAGE_NAME: pyinstaller-wxpython-linux jobs: build-and-push: @@ -29,6 +29,6 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ${{ env.IMAGE_NAME }}:latest + tags: ghcr.io/btclock/${{ env.IMAGE_NAME }}:latest cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file