Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
devedse authored Sep 28, 2023
2 parents cc81cd1 + d9198eb commit 728fdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: devedse
password: ${{ secrets.DOCKERHUBTOKEN }}
Expand Down

0 comments on commit 728fdec

Please sign in to comment.