Merge pull request #225 from gitroomhq/ci-actions-containers-buildscript
ci: Correct buildscript in container
This commit is contained in:
commit
46dd674f36
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/run/docker-build.sh
|
||||
|
||||
- name: Get date
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue