Skip to content

Commit

Permalink
remove restriction to docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
fcecagno committed Oct 15, 2022
1 parent a4880ee commit f5d8a86
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -90,7 +89,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -212,7 +209,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -269,7 +265,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -325,7 +320,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -384,7 +378,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -445,7 +438,6 @@ jobs:

- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.repository_owner == 'thecodingmachine' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit f5d8a86

Please sign in to comment.