Merge pull request #56 from mchangrh/main

support arm64 on docker images
This commit is contained in:
Aune 2022-12-12 08:06:44 +01:00 committed by GitHub
commit bdf506fc9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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