Skip to content

Commit

Permalink
Revert "Fix docker.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 27a5561.
  • Loading branch information
evgeny-stakewise committed Aug 5, 2024
1 parent 8645bf2 commit c7518a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
password: ${{ secrets.GAR_JSON_KEY }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit c7518a3

Please sign in to comment.