Skip to content

Commit 07540ea

Browse files
committed
Fix issue with docker images linter
1 parent b307b08 commit 07540ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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/
46+
tags: '615677714887.dkr.ecr.eu-central-1.amazonaws.com/\
4747
postgres-grafana-on-ecs-${{ matrix.image }}-repo'
4848
cache-from: type=gha
4949
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)