Skip to content

Commit

Permalink
Again change directory properly before building
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Nov 14, 2024
1 parent 49c7458 commit a913898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_push_csms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
shell: bash
run: |
echo "Using docker-compose instead of the build-and-push action since we don't have to duplicate the set of services in that case"
pushd ${{ matrix.csms }}-csms
docker compose build
- name: List and export newly built images
Expand Down

0 comments on commit a913898

Please sign in to comment.