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 b28480c commit 33b1174Copy full SHA for 33b1174
.github/workflows/new-release-master-into-dev.yml
@@ -19,11 +19,6 @@ jobs:
19
create_pr_for_merge_back_into_dev:
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 }}
27
- name: Checkout master
28
uses: actions/checkout@v2
29
with:
.github/workflows/new-release-pr.yml
create_pr:
-# - name: Login to DockerHub
-# uses: docker/login-action@v1
-# with:
-# username: ${{ secrets.DOCKERHUB_USERNAME }}
-# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout from_branch branch
0 commit comments