Skip to content

Commit

Permalink
Fix building extra images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Oct 5, 2023
1 parent 4008df0 commit 101d489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to docker.io
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish Grafana Prometheus
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 101d489

Please sign in to comment.