mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +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:
|
with:
|
||||||
images: |
|
images: |
|
||||||
aunefyren/wrapperr
|
aunefyren/wrapperr
|
||||||
ghcr.io/${{ github.repository }}/wrapperr
|
ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type-raw,value=beta
|
type-raw,value=beta
|
||||||
flavor: |
|
flavor: |
|
||||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
aunefyren/wrapperr
|
aunefyren/wrapperr
|
||||||
ghcr.io/${{ github.repository }}/wrapperr
|
ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type-raw,value=${{ github.ref_name }}
|
type-raw,value=${{ github.ref_name }}
|
||||||
flavor: |
|
flavor: |
|
||||||
|
|
Loading…
Reference in a new issue