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

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