Merge pull request #225 from gitroomhq/ci-actions-containers-buildscript

ci: Correct buildscript in container
This commit is contained in:
James Read 2024-09-09 22:34:42 +01:00 committed by GitHub
commit 46dd674f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: |