Skip to content

Commit

Permalink
revertme: push to hub
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 25, 2022
1 parent 8a531ad commit 0f7d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-pytorch_dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v1
if: env.PUSH_TO_HUB == 'true'
if: true
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v1
if: env.PUSH_TO_HUB == 'true'
if: true
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 0f7d534

Please sign in to comment.