Skip to content

Commit

Permalink
Fix Dockerfile paths for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Nov 14, 2024
1 parent 20cdead commit a140e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: ops/docker/grafana
context: ops/grafana
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: ops/docker/grafana
context: ops/loki
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down

0 comments on commit a140e2b

Please sign in to comment.