Skip to content

Commit b307b08

Browse files
committed
Work on github actions
1 parent 7c210ba commit b307b08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Terraform linter
2020
run: |
2121
terraform version
22-
terraform -recursive fmt -check
22+
terraform fmt -check -recursive
2323
2424
- name: Set up Python
2525
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)