[ADD] build back job
This commit is contained in:
22
.github/workflows/build_back.yml
vendored
Normal file
22
.github/workflows/build_back.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Build_Back
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
|
||||
## Build Back ##
|
||||
|
||||
Build_Back:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./back
|
||||
environment: Staging
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build Docker
|
||||
run: docker build -t testback .
|
||||
Reference in New Issue
Block a user