Skip to content

Commit

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

Bump docker/login-action from 1 to 3
  • Loading branch information
vitalvas authored Oct 19, 2024
2 parents cbda3df + 223686b commit 21379da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 21379da

Please sign in to comment.