mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 00:38:41 +00:00
Changed context
This commit is contained in:
parent
45b9aea8ac
commit
126669ee82
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.repository }}/wrapperr
|
||||
ghcr.io/${{ github.repository }}
|
||||
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.repository }}/wrapperr
|
||||
ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
type-raw,value=${{ github.ref_name }}
|
||||
flavor: |
|
||||
|
|
Loading…
Reference in a new issue