Skip to content

Commit

Permalink
feat: test the workflow ¨
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 4, 2024
1 parent e94441c commit 725b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "TAG_VERSION=dev.$(date +'%y-%m-%d').$GITHUB_RUN_NUMBER" >> $GITHUB_ENV

- name: Login to DockerHub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
run: echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

- name: Build and push client
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 725b696

Please sign in to comment.