mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +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:
|
with:
|
||||||
images: |
|
images: |
|
||||||
aunefyren/wrapperr
|
aunefyren/wrapperr
|
||||||
ghcr.io/${{ github.repository_owner }}/wrapperr
|
ghcr.io/${{ github.github.repository }}/wrapperr
|
||||||
tags: |
|
tags: |
|
||||||
type-raw,value=beta
|
type-raw,value=beta
|
||||||
flavor: |
|
flavor: |
|
||||||
|
|
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -16,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
aunefyren/wrapperr
|
aunefyren/wrapperr
|
||||||
ghcr.io/${{ github.repository_owner }}/wrapperr
|
ghcr.io/${{ github.github.repository }}/wrapperr
|
||||||
tags: |
|
tags: |
|
||||||
type-raw,value=${{ github.ref_name }}
|
type-raw,value=${{ github.ref_name }}
|
||||||
flavor: |
|
flavor: |
|
||||||
|
|
Loading…
Reference in a new issue