From 126669ee8237e7836ebac0bf9c72b65fb8822b7e Mon Sep 17 00:00:00 2001 From: Aune Date: Mon, 12 Dec 2022 09:13:09 +0100 Subject: [PATCH] Changed context --- .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 bc34237..97a4a09 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.repository }}/wrapperr + ghcr.io/${{ github.repository }} tags: | type-raw,value=beta flavor: | diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 62d27b5..21cd660 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.repository }}/wrapperr + ghcr.io/${{ github.repository }} tags: | type-raw,value=${{ github.ref_name }} flavor: |