Skip to content

Commit

Permalink
Fix docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Aug 5, 2024
1 parent 0dc0fea commit 27a5561
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ 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 27a5561

Please sign in to comment.