Skip to content

Commit

Permalink
re-enable login to Docker for all Docker workflow runs (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 4, 2023
1 parent 08bbfcc commit 7eeaa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
if: github.event_name == 'release' || github.ref == 'refs/heads/main'
# if: github.event_name == 'release' || github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 7eeaa4b

Please sign in to comment.