mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 16:54:08 +00:00
Fix docker build in on-main workflow (#126)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user