diff --git a/.github/workflows/_build-and-push.yml b/.github/workflows/_build-and-push.yml index c253287..45a7501 100644 --- a/.github/workflows/_build-and-push.yml +++ b/.github/workflows/_build-and-push.yml @@ -1,4 +1,4 @@ -name: Dev Container Build and Push images +name: (reusable) Dev Container Build and Push images on: workflow_call: diff --git a/.github/workflows/build-and-push-others.yml b/.github/workflows/build-and-push-others.yml index c7effc0..5d45152 100644 --- a/.github/workflows/build-and-push-others.yml +++ b/.github/workflows/build-and-push-others.yml @@ -14,6 +14,6 @@ jobs: uses: uwu/basic-env/.github/workflows/_build-and-push.yml@main strategy: matrix: - image: [dev, stage, prod] + image: [dart, java, javascript] with: image: ${{ matrix.image }} \ No newline at end of file