Skip to content

Commit 33b1174

Browse files
authored
[GHA] Remove un-needed docker login (DefectDojo#4924)
1 parent b28480c commit 33b1174

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/new-release-master-into-dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
create_pr_for_merge_back_into_dev:
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 }}
2722
- name: Checkout master
2823
uses: actions/checkout@v2
2924
with:

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ 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 }}
2722
- name: Checkout from_branch branch
2823
uses: actions/checkout@v2
2924
with:

0 commit comments

Comments
 (0)