Skip to content

Commit

Permalink
Merge pull request #225 from gitroomhq/ci-actions-containers-buildscript
Browse files Browse the repository at this point in the history
ci: Correct buildscript in container
  • Loading branch information
jamesread authored Sep 9, 2024
2 parents 1a5dc25 + 58c6fd5 commit 46dd674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 46dd674

Please sign in to comment.