ci: Correct buildscript in container

This commit is contained in:
jamesread 2024-09-09 22:33:51 +01:00
parent d93d64460b
commit 58c6fd5908
1 changed files with 1 additions and 1 deletions

View File

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