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 d052315 commit bdec6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerize-and-deploy-app_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: Output matrix data
run: |
echo "Matrix: ${{ steps.Define-services-matrix.outputs.services-matrix }}"
echo "Matrix: ${{ steps.generate-matrix.outputs.matrix }}"
Build-image:
needs: Define-services-matrix
runs-on: ubuntu-latest
environment: development
strategy:
matrix:
service: ${{ fromJSON(needs.get-matrix.outputs.matrix) }}
service: ${{ fromJSON(needs.Define-services-matrix.outputs.services-matrix) }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit bdec6a6

Please sign in to comment.