Skip to content

Commit

Permalink
Merge pull request #13 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 Jun 3, 2024
2 parents 8969cea + 1c467d6 commit 9d3f680
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 @@ -54,7 +54,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 9d3f680

Please sign in to comment.