update
This commit is contained in:
parent
533353e4bc
commit
c0bcf13c9e
1 changed files with 7 additions and 1 deletions
8
.github/workflows/container.yml
vendored
8
.github/workflows/container.yml
vendored
|
@ -11,7 +11,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: docker-dind
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -23,6 +23,12 @@ jobs:
|
||||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build and Push Extended Version
|
- name: Build and Push Extended Version
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue