ci: Correct path to buildscript
This commit is contained in:
parent
2109a7b64a
commit
f6daecacd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-containers.yml
vendored
2
.github/workflows/build-containers.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
password: ${{ github.token }}
|
||||
|
||||
- name: docker build
|
||||
run: ./var/run/docker-build.sh
|
||||
run: ./var/docker/docker-build.sh
|
||||
|
||||
- name: Get date
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue