CI (GitHub Actions): Fix build error
Summary: Working space errors. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: merge, watch GitHub Actions runs. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D133
This commit is contained in:
parent
cdf70a8ee2
commit
f2ff297047
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-container.yml
vendored
4
.github/workflows/build-container.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
||||||
with:
|
with:
|
||||||
context: ./container/lighthouse-ci-server
|
context: ${{ github.workspace }}/container/lighthouse-ci-server
|
||||||
file: ./container/lighthouse-ci-server/Dockerfile
|
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in a new issue