Forgejo flows give me headaches
Some checks failed
Build Game / Build & push runner image (push) Failing after 4s
Build Game / export (push) Failing after 0s

This commit is contained in:
Benjamin Morgan 2025-10-20 18:58:48 -06:00
parent b0662d1372
commit 91fd9e6a3f

View file

@ -12,7 +12,7 @@ jobs:
name: Build & push runner image name: Build & push runner image
runs-on: docker-cli-node24 # the label of your runner runs-on: docker-cli-node24 # the label of your runner
steps: steps:
- name: Checkout runner Dockerfile only - name: Checkout runner Dockerfile
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
sparse-checkout: | sparse-checkout: |
@ -22,6 +22,7 @@ jobs:
- name: Build & push runner image - name: Build & push runner image
run: | run: |
ls -l
docker build --network=host -t ${{ vars.REGISTRY_URL }}/asteroids/runner:latest -f .forgejo/runner/Dockerfile . docker build --network=host -t ${{ vars.REGISTRY_URL }}/asteroids/runner:latest -f .forgejo/runner/Dockerfile .
docker push ${{ vars.REGISTRY_URL }}/asteroids/runner:latest docker push ${{ vars.REGISTRY_URL }}/asteroids/runner:latest