Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Switch to docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 27, 2020
1 parent 2dd6f30 commit 984dbe3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request'
uses: crazy-max/ghaction-docker-login@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request'
uses: crazy-max/ghaction-docker-login@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ jobs:
uses: actions/[email protected]
-
name: Run Labeler
if: success()
uses: crazy-max/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: crazy-max/[email protected]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request'
uses: crazy-max/ghaction-docker-login@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
--file ./Dockerfile-diun ./
-
name: Login to DockerHub
uses: crazy-max/ghaction-docker-login@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 984dbe3

Please sign in to comment.