diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index cde27f5..29aabac 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -16,9 +16,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Apply" - runs-on: mealcraft-runners - container: - image: ghcr.io/catthehacker/ubuntu:runner-22.04 + runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index b3c5a85..f3f8d61 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -14,9 +14,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Plan" - runs-on: mealcraft-runners - container: - image: ghcr.io/catthehacker/ubuntu:runner-22.04 + runs-on: ubuntu-latest permissions: contents: read pull-requests: write diff --git a/README.md b/README.md index b346d6e..62423c2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TODO: - [x] deploy storageclass - [x] deloy traefik customised - [x] deploy who-am-i - - [] deploy next js to juntekim.com - - [] Traefik certs change from staging to production - - [] Merge my code to main - - [] Push from workflow k8s bootstrap \ No newline at end of file + - [x] deploy next js to juntekim.com + - [x] Traefik certs change from staging to production + - [x] Merge my code to main + - [x] Push from workflow k8s bootstrap \ No newline at end of file