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

@@ -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()