We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc23e commit eb151ccCopy full SHA for eb151cc
.github/workflows/new-release-pr.yml
@@ -19,11 +19,11 @@ jobs:
19
create_pr:
20
runs-on: ubuntu-latest
21
steps:
22
- - name: Login to DockerHub
23
- uses: docker/login-action@v1
24
- with:
25
- username: ${{ secrets.DOCKERHUB_USERNAME }}
26
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+# - name: Login to DockerHub
+# uses: docker/login-action@v1
+# with:
+# username: ${{ secrets.DOCKERHUB_USERNAME }}
+# password: ${{ secrets.DOCKERHUB_TOKEN }}
27
- name: Checkout from_branch branch
28
uses: actions/checkout@v2
29
with:
0 commit comments