Skip to content

Commit

Permalink
fix: Use the default docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
anoop2811 committed Jan 7, 2024
1 parent c710a9e commit 9f73c9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: hub.docker.com
username: ${{ secrets.FERN_DOCKER_USER }}
password: ${{ secrets.FERN_DOCKER_SECRET }}

Expand Down

0 comments on commit 9f73c9f

Please sign in to comment.