From b6ce55b595f15c104779063c2038c80abb4fee4b Mon Sep 17 00:00:00 2001 From: Aune Date: Mon, 12 Dec 2022 08:55:14 +0100 Subject: [PATCH] Removed / --- .github/workflows/docker-image-beta.yml | 2 +- .github/workflows/docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index b7d5502..923926f 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -19,7 +19,7 @@ jobs: with: images: | aunefyren/wrapperr - ghcr.io/${{ github.github.repository }}/wrapperr + ghcr.io${{ github.github.repository }}/wrapperr tags: | type-raw,value=beta flavor: | diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 514ab0a..a1bc834 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,7 +19,7 @@ jobs: with: images: | aunefyren/wrapperr - ghcr.io/${{ github.github.repository }}/wrapperr + ghcr.io${{ github.github.repository }}/wrapperr tags: | type-raw,value=${{ github.ref_name }} flavor: |