mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:56:50 -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
|
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: 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
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
# - name: Print Some Debugging Info
|
||||||
config-inline: |
|
# shell: /bin/ash -e {0}
|
||||||
[dns]
|
# run: cat /tmp/docker-actions*/*
|
||||||
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: Login to docker repo
|
# - name: Login to docker repo
|
||||||
# uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
# with:
|
# with:
|
||||||
# registry: "forgejo.merr.is"
|
# registry: "forgejo.merr.is"
|
||||||
# username: ${{ github.actor }}
|
# username: ${{ github.actor }}
|
||||||
# password: ${{ secrets.actions_token }}
|
# password: ${{ secrets.actions_token }}
|
||||||
# - name: Check out the repo
|
|
||||||
# uses: https://github.com/actions/checkout@v4
|
|
||||||
# - name: Build and push the image
|
# - name: Build and push the image
|
||||||
# uses: https://github.com/docker/build-push-action@v5
|
# uses: https://github.com/docker/build-push-action@v5
|
||||||
# with:
|
# with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue