Skip to content

Commit

Permalink
ci: Correct path to buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 9, 2024
1 parent 2109a7b commit f6daeca
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/docker/docker-build.sh

- name: Get date
run: |
Expand Down

0 comments on commit f6daeca

Please sign in to comment.