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:
ansible:
runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/runner:latest
container: git.lunarfront.tech/ryan/ci-runner:latest
defaults:
run:
working-directory: ansible

View File

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

View File

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