Skip to content

Commit

Permalink
Bump docker/login-action from 2.2.0 to 3.0.0 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 371de4a commit 19e088a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/login-action@v2.2.0
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/login-action@v2.2.0
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/login-action@v2.2.0
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 19e088a

Please sign in to comment.