Skip to content

Commit

Permalink
ci: Update github action for node 20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Apr 9, 2024
1 parent 764c755 commit d364c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.dockerUsername }}
password: ${{ secrets.dockerToken }}
Expand Down

0 comments on commit d364c06

Please sign in to comment.