Skip to content

Commit c3d2e18

Browse files
authored
add login for GHCR
1 parent 53b5d41 commit c3d2e18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}
3737

38+
- name: Login to GHCR
39+
uses: docker/login-action@v2
40+
with:
41+
username: ${{ github.actor }}
42+
password: ${{ secrets.GITHUB_TOKEN }}
43+
3844
- name: Get version
3945
id: version
4046
run: echo "::set-output name=version::$(jq -r .version package.json)"

0 commit comments

Comments
 (0)