Skip to content

Commit

Permalink
Revert "Login to docker hub"
Browse files Browse the repository at this point in the history
This reverts commit a2bcbb6.
  • Loading branch information
edeandrea committed Oct 14, 2024
1 parent a2bcbb6 commit 66d3a23
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ jobs:
distribution: temurin
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: Create env vars
if: matrix.project.openai-type
working-directory: ${{ matrix.project.name }}
Expand Down Expand Up @@ -132,12 +126,6 @@ jobs:
distribution: temurin
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: Create env vars
if: matrix.project.openai-type
working-directory: ${{ matrix.project.name }}
Expand Down Expand Up @@ -177,12 +165,6 @@ jobs:
distribution: temurin
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: "build-jvm-container-${{ matrix.project }}-java-${{ matrix.java }}"
working-directory: ${{ matrix.project }}
run: |
Expand Down Expand Up @@ -237,12 +219,6 @@ jobs:
architecture: x64
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: Create env vars
if: matrix.project.openai-type
working-directory: ${{ matrix.project.name }}
Expand Down Expand Up @@ -301,12 +277,6 @@ jobs:
architecture: x64
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: Create env vars
if: matrix.project.openai-type
working-directory: ${{ matrix.project.name }}
Expand Down Expand Up @@ -365,12 +335,6 @@ jobs:
architecture: x64
cache: maven

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_KEY }}

- name: "build-native-container-${{ matrix.project }}-java-${{ matrix.java.jvm }}"
working-directory: ${{ matrix.project }}
run: |
Expand Down

0 comments on commit 66d3a23

Please sign in to comment.