Skip to content

Commit

Permalink
github: try to fix publishing to dockerhubs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovatorov committed Oct 9, 2023
1 parent 9aca33b commit 46344cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1

- name: Build the image
run: make grafana-build

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 46344cf

Please sign in to comment.