Changed package deistination

This commit is contained in:
Aune 2022-12-12 08:52:50 +01:00
parent c359c0d1c8
commit 67503491d6
2 changed files with 5 additions and 2 deletions

View file

@ -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: |

View file

@ -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: |