Skip to content

Commit

Permalink
fix: path for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed Oct 24, 2024
1 parent ff25067 commit cdb0be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build and push to ghcr
run: |
cd m03_developer/
cd m03_developer/monolith/
docker build -t ghcr.io/camptocamp/courseware-containers-m03:monolith \
--pull --no-cache \
--label GIT_COMMIT=$(git rev-parse HEAD) .
Expand Down

0 comments on commit cdb0be3

Please sign in to comment.