Skip to content

Commit

Permalink
fixed docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Apr 11, 2023
1 parent 90e533d commit e50f669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
if: github.ref == 'refs/heads/release'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
username: boxyhq
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit e50f669

Please sign in to comment.