Skip to content

Commit

Permalink
Merge pull request #319 from chain4travel/suite
Browse files Browse the repository at this point in the history
fix working directory in workflow
  • Loading branch information
mo-c4t authored Sep 18, 2023
2 parents 16cc127 + eb316a8 commit 8018353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:

- name: Create suite tag
id: createTag
working-directory: ./camino-suite
if: ${{ (github.event_name == 'push') && (steps.setDefaults.outputs.build_env == 'stage') }}
run: |
echo "create_tag=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8018353

Please sign in to comment.