Skip to content

Commit eb151cc

Browse files
Update new-release-pr.yml
1 parent d7cc23e commit eb151cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/new-release-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
create_pr:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Login to DockerHub
23-
uses: docker/login-action@v1
24-
with:
25-
username: ${{ secrets.DOCKERHUB_USERNAME }}
26-
password: ${{ secrets.DOCKERHUB_TOKEN }}
22+
# - name: Login to DockerHub
23+
# uses: docker/login-action@v1
24+
# with:
25+
# username: ${{ secrets.DOCKERHUB_USERNAME }}
26+
# password: ${{ secrets.DOCKERHUB_TOKEN }}
2727
- name: Checkout from_branch branch
2828
uses: actions/checkout@v2
2929
with:

0 commit comments

Comments
 (0)