mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 05:23:15 -05:00
I Mean, Why Not?
This commit is contained in:
parent
473819dbc9
commit
1d01cb1782
1 changed files with 3 additions and 3 deletions
|
|
@ -18,14 +18,14 @@ jobs:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
run: apk add --update docker git
|
||||||
- name: Set up QEMU
|
# - name: Set up QEMU
|
||||||
uses: https://github.com/docker/setup-qemu-action@v3
|
# uses: https://github.com/docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[dns]
|
[dns]
|
||||||
nameservers=["1.1.1.1","8.8.8.8"]
|
nameservers=["1.1.1.1","8.8.8.8"]
|
||||||
- name: Print Some Debugging Info
|
- name: Print Some Debugging Info
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: cat /tmp/docker-actions*/*
|
run: cat /tmp/docker-actions*/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue