mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Changed package deistination
This commit is contained in:
parent
c359c0d1c8
commit
67503491d6
2 changed files with 5 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_owner }}/wrapperr
|
||||
ghcr.io/${{ github.github.repository }}/wrapperr
|
||||
tags: |
|
||||
type-raw,value=beta
|
||||
flavor: |
|
||||
|
|
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -16,7 +19,7 @@ jobs:
|
|||
with:
|
||||
images: |
|
||||
aunefyren/wrapperr
|
||||
ghcr.io/${{ github.repository_owner }}/wrapperr
|
||||
ghcr.io/${{ github.github.repository }}/wrapperr
|
||||
tags: |
|
||||
type-raw,value=${{ github.ref_name }}
|
||||
flavor: |
|
||||
|
|
Loading…
Reference in a new issue