Forgejo flows give me headaches
This commit is contained in:
parent
b0662d1372
commit
91fd9e6a3f
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: Build & push runner image
|
||||
runs-on: docker-cli-node24 # the label of your runner
|
||||
steps:
|
||||
- name: Checkout runner Dockerfile only
|
||||
- name: Checkout runner Dockerfile
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
sparse-checkout: |
|
||||
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
|
||||
- name: Build & push runner image
|
||||
run: |
|
||||
ls -l
|
||||
docker build --network=host -t ${{ vars.REGISTRY_URL }}/asteroids/runner:latest -f .forgejo/runner/Dockerfile .
|
||||
docker push ${{ vars.REGISTRY_URL }}/asteroids/runner:latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue