Add custom runner image with ansible, terraform, community.docker
This commit is contained in:
@@ -20,6 +20,7 @@ on:
|
||||
jobs:
|
||||
terraform:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.lunarfront.tech/ryan/runner:latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: terraform
|
||||
@@ -28,9 +29,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Terraform
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
|
||||
- name: Terraform Init
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.SPACES_ACCESS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user