From 262992859f4cf8ab8ef9def3a1dc9d57cfe2f50b Mon Sep 17 00:00:00 2001 From: Pelayori <31128562+Pelayori@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:13:02 +0100 Subject: [PATCH] Hardcode repo namr --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fcd7a23..7fbd4e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner.toLowerCase() }}/wiq_es04b:latest + tags: ghcr.io/arquisoft/wiq_es04b:latest deploy: runs-on: ubuntu-latest