Skip to content

Commit

Permalink
Update GHA docker/login-action
Browse files Browse the repository at this point in the history
... to use Node.js 20, after GHA Node.js 16 deprecation.
  • Loading branch information
djschaap committed May 22, 2024
1 parent 40fbed4 commit a443669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker tag fusedav $tag
done
- name: Log in to GitHub Container Registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit a443669

Please sign in to comment.