Skip to content

Commit

Permalink
.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 22, 2024
1 parent c96dbbc commit 2cd10ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build the Docker image
run: |
cd images
./build joex
./build.sh joex
build-restserver:
runs-on: ubuntu-latest
steps:
Expand All @@ -36,5 +36,5 @@ jobs:
- name: Build the Docker image
run: |
cd images
./build restserver
./build.sh restserver

0 comments on commit 2cd10ae

Please sign in to comment.