Skip to content

Commit 3edfae9

Browse files
committed
Fix issue with linter and github actions
1 parent 07540ea commit 3edfae9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/docker-build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
context: ./src/${{ matrix.image }}
4444
push: ${{ github.event_name == 'push' &&
4545
github.ref == 'refs/heads/main' }}
46-
tags: '615677714887.dkr.ecr.eu-central-1.amazonaws.com/\
47-
postgres-grafana-on-ecs-${{ matrix.image }}-repo'
46+
tags: "615677714887.dkr.ecr.eu-central-1.amazonaws.com/\
47+
postgres-grafana-on-ecs-${{ matrix.image }}-repo"
4848
cache-from: type=gha
4949
cache-to: type=gha,mode=max

ops/repository/terraform.tfvars

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name = "postgres-grafana-on-ecs"
22
github_owner = "optiop"
33
github_repo = "postgres-grafana-on-ecs"
4-
github_oidc_provider_arn =
5-
region =
4+
github_oidc_provider_arn = ""
5+
region = "eu-central-1"
66
tags = {
77
"project" = "Visualize Postgres data on Grafana running on ECS"
8+
"owner" = "Optiop Consulting Group"
9+
"directory" = "optiop/blog"
810
}

0 commit comments

Comments
 (0)