Rename runner image to ci-runner
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user