diff --git a/.forgejo/workflows/manual.yml b/.forgejo/workflows/manual.yml index 2dd1e0d..57ec263 100644 --- a/.forgejo/workflows/manual.yml +++ b/.forgejo/workflows/manual.yml @@ -27,4 +27,7 @@ jobs: - name: Check for the Docker socket run: | - ls -alh /var/run/ \ No newline at end of file + ls -alh /var/run/ + + - name: Setup buildx + uses: https://forge.niblock.tech/actions/setup-buildx-action@v3 \ No newline at end of file