Skip to content

Commit

Permalink
Update grafana-microsoft-sql-server-dashboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czantoine committed Oct 15, 2024
1 parent 57b9c8b commit 1705a7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/grafana-microsoft-sql-server-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Dockerfile permissions
run: chmod 644 ./quickstart/grafana/Dockerfile
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: ./quickstart/grafana/
context: ${{ github.workspace }}/quickstart/grafana/
file: ${{ github.workspace }}Dockerfile
file: Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/grafana-microsoft-sql-server-dashboard:latest

0 comments on commit 1705a7f

Please sign in to comment.