Handle subdir
This commit is contained in:
parent
3cad79dfa9
commit
9127d9540c
2 changed files with 3 additions and 1 deletions
2
.github/workflows/server-lint.yml
vendored
2
.github/workflows/server-lint.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
go-version-file: "server/go.mod"
|
||||
cache: true
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
2
.github/workflows/server-release.yml
vendored
2
.github/workflows/server-release.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
- uses: mr-smithers-excellent/docker-build-push@v6
|
||||
name: Build & Push
|
||||
with:
|
||||
dockerfile: server/Dockerfile
|
||||
directory: server
|
||||
image: ente/museum-prod
|
||||
registry: rg.fr-par.scw.cloud
|
||||
enableBuildKit: true
|
||||
|
|
Loading…
Reference in a new issue