mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-24 23:15:01 +00:00
Merge pull request #56 from mchangrh/main
support arm64 on docker images
This commit is contained in:
commit
bdf506fc9f
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-image-beta.yml
vendored
2
.github/workflows/docker-image-beta.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GIT_HUB_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
aunefyren/wrapperr
|
||||
ghcr.io/${{ github.repository_owner }}/wrapperr
|
||||
tags: |
|
||||
type-raw,value=github.ref_name
|
||||
type-raw,value=${{ github.ref_name }}
|
||||
flavor: |
|
||||
latest=true
|
||||
- name: Set up QEMU
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GIT_HUB_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue