update
This commit is contained in:
parent
a59c72789c
commit
97c0eac373
1 changed files with 1 additions and 7 deletions
8
.github/workflows/container.yml
vendored
8
.github/workflows/container.yml
vendored
|
@ -23,13 +23,7 @@ jobs:
|
||||||
registry: fung.uy
|
registry: fung.uy
|
||||||
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