Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
bump docker login-action to v3.3 to try fix mac docker login
  • Loading branch information
JoshCu authored Aug 5, 2024
1 parent 83afd56 commit 6a18c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3.3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3.3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 6a18c50

Please sign in to comment.