mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 12:26:19 +00:00
Fix docker build in on-main workflow (#126)
This commit is contained in:
parent
012d2e1a47
commit
f3962257b6
4
.github/workflows/on-main.yaml
vendored
4
.github/workflows/on-main.yaml
vendored
@ -60,7 +60,9 @@ jobs:
|
||||
echo ::set-output name=sha::$(echo ${GITHUB_SHA:0:7})
|
||||
echo ::set-output name=repo::$(echo ${{ github.repository }})
|
||||
- name: Run docker build
|
||||
run: docker build -t ${{steps.vars.outputs.repo}} .
|
||||
run: make docker-build
|
||||
env:
|
||||
NPM_AUTH_TOKEN: ${{ secrets.PAT_PACKAGES }}
|
||||
- name: Tag docker image
|
||||
run: docker tag ${{steps.vars.outputs.repo}} ghcr.io/${{steps.vars.outputs.repo}}:${{steps.vars.outputs.sha}}
|
||||
- name: Docker Login
|
||||
|
Loading…
Reference in New Issue
Block a user