Skip to content

Commit

Permalink
Merge pull request #35 from deeagle/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
2 parents 2eea1cf + df459fe commit d4b6680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo ${{ needs.release.outputs.app_version }}

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

0 comments on commit d4b6680

Please sign in to comment.