mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:02:03 -05:00
Flinging Shit At The Wall Now
This commit is contained in:
parent
d905af0155
commit
6ba1be70bb
1 changed files with 2 additions and 5 deletions
|
|
@ -22,13 +22,10 @@ jobs:
|
|||
# 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: |
|
||||
mkdir -p /etc/buildkit
|
||||
cp ${{ github.workspace }}/.forgejo/build_configs/buildkitd.toml /etc/buildkit/buildkitd.toml
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
config: ${{ github.workspace }}/.forgejo/build_configs/buildkitd.toml
|
||||
# - name: Print Some Debugging Info
|
||||
# shell: /bin/ash -e {0}
|
||||
# run: cat /tmp/docker-actions*/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue