Skip to content

Commit 21cebf1

Browse files
authored
Merge pull request #7 from hypertrace/remove-docker-login-step
chore: remove docker login step
2 parents 9667832 + 1a062fc commit 21cebf1

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/merge-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Login to Docker Hub
19-
uses: docker/login-action@v2
20-
with:
21-
username: ${{ secrets.DOCKERHUB_READ_USER }}
22-
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
23-
2418
- name: push docker image
2519
uses: hypertrace/github-actions/gradle@main
2620
with:

.github/workflows/pr-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Login to Docker Hub
23-
uses: docker/login-action@v1
24-
with:
25-
username: ${{ secrets.DOCKERHUB_READ_USER }}
26-
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
27-
2822
- name: Build with Gradle
2923
uses: hypertrace/github-actions/gradle@main
3024
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Login to Docker Hub
20-
uses: docker/login-action@v2
21-
with:
22-
username: ${{ secrets.DOCKERHUB_READ_USER }}
23-
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
24-
2519
- name: publish docker image
2620
uses: hypertrace/github-actions/gradle@main
2721
with:

0 commit comments

Comments
 (0)