upate
This commit is contained in:
parent
1fcceab8bb
commit
eb656dbab6
4 changed files with 64 additions and 6 deletions
6
.github/workflows/build-monorepo.yaml
vendored
6
.github/workflows/build-monorepo.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and push
|
||||
name: Build and push (monorepo)
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
@ -8,9 +8,9 @@ on:
|
|||
PROJECT_ID:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and push
|
||||
build_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set current time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue