Skip to content

Commit

Permalink
ci: fix login docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Dec 8, 2023
1 parent ffcf4c1 commit 33c73f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
token: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker Login
run: echo $DOCKERHUB_TOKEN | docker login -u $DOCKERHUB_USERNAME --password-stdin

- name: Build
run: |-
Expand Down

0 comments on commit 33c73f4

Please sign in to comment.