fix: docker build.yml (#1711)
This commit is contained in:
parent
dca3e6793d
commit
e83836be9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: build-scripts/ci.Dockerfile
|
file: build/ci.Dockerfile
|
||||||
load: true
|
load: true
|
||||||
tags: ci_image:latest
|
tags: ci_image:latest
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue