Skip to content

Commit

Permalink
Merge pull request sopel-irc#62 from sopel-irc/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/login-action-3

build(deps): bump docker/login-action from 1 to 3
  • Loading branch information
dgw authored Jun 12, 2024
2 parents 793762d + 1e55395 commit 138e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
-
name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 138e111

Please sign in to comment.