Skip to content

Commit

Permalink
Merge pull request #22 from wmbusmeters/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
BIBOLV authored Sep 14, 2023
2 parents 63c91b3 + 6a793a4 commit 33432d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ha_addon_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: ha-addon_artifact-${{ github.event.client_payload.ver }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ha_addon_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: ha-addon_artifact-${{ needs.prepare.outputs.version }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ha_addon_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: ha-addon_artifact-${{ github.event.client_payload.ver }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }}
Expand Down

0 comments on commit 33432d1

Please sign in to comment.