Skip to content

Commit

Permalink
temporarily remove docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
arvdias committed Nov 23, 2020
1 parent cc3588d commit 6403c0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
echo "DOCKER_IMAGE_NAME=$DOCKER_IMAGE_NAME-pre" >> $GITHUB_ENV
echo "S3_PATH=$S3_PATH/test" >> $GITHUB_ENV
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
# - name: Login to DockerHub
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push
env:
Expand Down

0 comments on commit 6403c0f

Please sign in to comment.