fix: docker login

This commit is contained in:
origranot
2024-08-31 11:54:47 +03:00
parent e9b4874a2d
commit de8ca3580b

View File

@@ -18,6 +18,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: npm ci