Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
czantoine committed Oct 15, 2024
1 parent 1e3e61b commit 5990521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mssql-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v4
with:
context: ./quickstart/db/
file: Dockerfile
context: .
file: ${{ github.workspace }}/quickstart/db/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mssql-demo:latest
4 changes: 2 additions & 2 deletions quickstart/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN mkdir -p /var/lib/grafana/dashboards

RUN curl -o /var/lib/grafana/dashboards/dashboard.json https://grafana.com/api/dashboards/21378/revisions/4/download

COPY ./grafana/dashboards.yml /etc/grafana/provisioning/dashboards/default.yml
COPY ./grafana/datasource.yml /etc/grafana/provisioning/datasources/default.yml
COPY ./dashboards.yml /etc/grafana/provisioning/dashboards/default.yml
COPY ./datasource.yml /etc/grafana/provisioning/datasources/default.yml

0 comments on commit 5990521

Please sign in to comment.