Skip to content

Commit 14fd973

Browse files
committed
Fix issue with building same image
1 parent 11ae2fe commit 14fd973

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build, tag, and push docker image to Amazon ECR
3939
uses: docker/build-push-action@v5
4040
with:
41-
context: ./src/grafana
41+
context: ./src/${{ matrix.image }}
4242
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4343
tags: 615677714887.dkr.ecr.eu-central-1.amazonaws.com/postgres-grafana-on-ecs-${{ matrix.image }}-repo
4444
cache-from: type=gha

0 commit comments

Comments
 (0)