fix: dockerfile paths
This commit is contained in:
parent
59f4eb2fe0
commit
13c1d71f39
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
target: l-s
|
target: l-s
|
||||||
|
file: ./build/server.Dockerfile
|
||||||
tags: ${{ env.DOCKERHUB_SERVER_REPO }}:latest
|
tags: ${{ env.DOCKERHUB_SERVER_REPO }}:latest
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
|
|
@ -50,6 +51,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
target: l-a-s
|
target: l-a-s
|
||||||
|
file: ./build/server.Dockerfile
|
||||||
tags: ${{ env.DOCKERHUB_ADMIN_REPO }}:latest
|
tags: ${{ env.DOCKERHUB_ADMIN_REPO }}:latest
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue