We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c210ba commit b307b08Copy full SHA for b307b08
.github/workflows/docker-build-images.yaml
@@ -43,7 +43,7 @@ jobs:
43
context: ./src/${{ matrix.image }}
44
push: ${{ github.event_name == 'push' &&
45
github.ref == 'refs/heads/main' }}
46
- tags: 615677714887.dkr.ecr.eu-central-1.amazonaws.com/
47
- postgres-grafana-on-ecs-${{ matrix.image }}-repo
+ tags: '615677714887.dkr.ecr.eu-central-1.amazonaws.com/
+ postgres-grafana-on-ecs-${{ matrix.image }}-repo'
48
cache-from: type=gha
49
cache-to: type=gha,mode=max
.github/workflows/linter.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Terraform linter
20
run: |
21
terraform version
22
- terraform -recursive fmt -check
+ terraform fmt -check -recursive
23
24
- name: Set up Python
25
uses: actions/setup-python@v5
0 commit comments