mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:56:50 -05:00
Do The Folders Even Exist?
This commit is contained in:
parent
2b8d71b9f4
commit
c084876796
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: Trying To Do My Own Buildkit Config
|
- name: Trying To Do My Own Buildkit Config
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: cp ${{ github.workspace }}/.forgejo/build_configs/buildkitd.toml /etc/buildkit/buildkitd.toml
|
run: |
|
||||||
|
mkdir -p /etc/buildkit
|
||||||
|
cp ${{ github.workspace }}/.forgejo/build_configs/buildkitd.toml /etc/buildkit/buildkitd.toml
|
||||||
- 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
|
||||||
# - name: Print Some Debugging Info
|
# - name: Print Some Debugging Info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue