ci: promote custom slim runner image (ci-runner:1.0.0) #121

Closed
Dave wants to merge 2 commits from Dave/CFTunnels:ISSUE-69 into main
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: tag
container:
image: catthehacker/ubuntu:act-latest
image: 192.168.0.100:8928/hithomelabs/ci-runner:1.0.0
steps:
- name: Check out repository code
uses: actions/checkout@v4

View File

@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: tag
container:
image: catthehacker/ubuntu:act-latest
image: 192.168.0.100:8928/hithomelabs/ci-runner:1.0.0
steps:
- name: Check out repository code
uses: actions/checkout@v4