Why Do I Think This Will Work?

This commit is contained in:
Annika Merris 2024-02-02 19:25:49 -05:00
parent 6bc63f933c
commit 4e7bd4779e
2 changed files with 10 additions and 9 deletions

View file

@ -0,0 +1,2 @@
[dns]
nameservers=["10.42.10.1","10.42.10.54"]

View file

@ -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: