Skip to content

Commit

Permalink
Merge pull request #22 from K-FOSS/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3

chore(deps): bump docker/login-action from 1 to 3
  • Loading branch information
EntraptaJ authored Feb 15, 2024
2 parents 1952282 + 759a8e6 commit d5b7751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DH_USER }}
password: ${{ secrets.DH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/KubeCTL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DH_USER }}
password: ${{ secrets.DH_TOKEN }}
Expand Down

0 comments on commit d5b7751

Please sign in to comment.