mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +00:00
Removed /
This commit is contained in:
parent
67503491d6
commit
b6ce55b595
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image-beta.yml
vendored
2
.github/workflows/docker-image-beta.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue