Skip to content

Commit

Permalink
feat: rename repo to qbtools
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 11, 2023
1 parent a5091bc commit a477fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a477fc8

Please sign in to comment.