Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 5, 2024
1 parent fb002bb commit 6a24843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Container Build and Push images
name: (reusable) Dev Container Build and Push images

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6a24843

Please sign in to comment.