Skip to content

Commit

Permalink
ci: update dockerize workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it committed Oct 10, 2024
1 parent bdec6a6 commit 392ee12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dockerize-and-deploy-app_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Output matrix data
run: |
echo "Matrix: ${{ steps.generate-matrix.outputs.matrix }}"
shell: bash

Build-image:
needs: Define-services-matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/generate-services-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ MATRIX=${MATRIX%,}
MATRIX+="]"

# Output the matrix in the format that GitHub Actions expects using Environment Files
echo "matrix=$MATRIX" >> $GITHUB_ENV
echo "matrix=$MATRIX" >> $GITHUB_OUTPUT

0 comments on commit 392ee12

Please sign in to comment.