Archived
1
0

chore: push code-server image to GHCR (#5187)

This commit is contained in:
Devin Buhl
2022-05-10 17:11:06 -04:00
committed by GitHub
parent 1788537cce
commit 7a8d487729
2 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get version
id: version
run: echo "::set-output name=version::$(jq -r .version package.json)"