Rename runner image to ci-runner

This commit is contained in:
Ryan Moon
2026-03-31 18:31:06 -05:00
parent 5c62f90b7f
commit ee9b087154
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs: jobs:
ansible: ansible:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/runner:latest container: git.lunarfront.tech/ryan/ci-runner:latest
defaults: defaults:
run: run:
working-directory: ansible working-directory: ansible

View File

@@ -19,8 +19,8 @@ jobs:
- name: Build and push - name: Build and push
run: | run: |
docker build -t git.lunarfront.tech/ryan/runner:latest runner/ docker build -t git.lunarfront.tech/ryan/ci-runner:latest runner/
docker push git.lunarfront.tech/ryan/runner:latest docker push git.lunarfront.tech/ryan/ci-runner:latest
- name: Logout - name: Logout
if: always() if: always()

View File

@@ -20,7 +20,7 @@ on:
jobs: jobs:
terraform: terraform:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/runner:latest container: git.lunarfront.tech/ryan/ci-runner:latest
defaults: defaults:
run: run:
working-directory: terraform working-directory: terraform