mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:12:06 -05:00
Why Do I Think This Will Work?
This commit is contained in:
parent
6bc63f933c
commit
4e7bd4779e
2 changed files with 10 additions and 9 deletions
2
.forgejo/build_configs/buildkitd.toml
Normal file
2
.forgejo/build_configs/buildkitd.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[dns]
|
||||
nameservers=["10.42.10.1","10.42.10.54"]
|
||||
|
|
@ -20,23 +20,22 @@ jobs:
|
|||
run: apk add --update docker git
|
||||
# - name: Set up QEMU
|
||||
# uses: https://github.com/docker/setup-qemu-action@v3
|
||||
- name: Check out the repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Trying To Do My Own Buildkit Config
|
||||
shell: /bin/ash -e {0}
|
||||
run: cp ${{ github.workspace }}/.forgejo/build_configs/buildkitd.toml /etc/buildkit/
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[dns]
|
||||
nameservers=["1.1.1.1","8.8.8.8"]
|
||||
- name: Print Some Debugging Info
|
||||
shell: /bin/ash -e {0}
|
||||
run: cat /tmp/docker-actions*/*
|
||||
# - name: Print Some Debugging Info
|
||||
# shell: /bin/ash -e {0}
|
||||
# run: cat /tmp/docker-actions*/*
|
||||
# - name: Login to docker repo
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: "forgejo.merr.is"
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.actions_token }}
|
||||
# - name: Check out the repo
|
||||
# uses: https://github.com/actions/checkout@v4
|
||||
# - name: Build and push the image
|
||||
# uses: https://github.com/docker/build-push-action@v5
|
||||
# with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue