ci: Correct buildscript in container
This commit is contained in:
parent
d93d64460b
commit
58c6fd5908
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-containers.yml
vendored
2
.github/workflows/build-containers.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
password: ${{ github.token }}
|
||||
|
||||
- name: docker build
|
||||
run: /var/run/docker-build.sh
|
||||
run: ./var/run/docker-build.sh
|
||||
|
||||
- name: docker tag
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue