From a477fc8651598c5dee3f8f248941f55610ad8be5 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Wed, 11 Oct 2023 13:09:40 -0400 Subject: [PATCH] feat: rename repo to qbtools Signed-off-by: Devin Buhl --- .github/workflows/ci.yaml | 4 +++- .github/workflows/release.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5681ad..b491ce6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,9 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ github.repository }} + images: | + ghcr.io/${{ github.repository }} + ghcr.io/buroa/qbittools tags: | type=ref,event=branch type=ref,event=pr diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b71f613..2350a44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,9 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ github.repository }} + images: | + ghcr.io/${{ github.repository }} + ghcr.io/buroa/qbittools flavor: | latest=true prefix=v