second pass of ci
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -23,13 +23,13 @@ jobs:
|
||||
include:
|
||||
- dockerfile: Dockerfile
|
||||
image: mywebsite-public
|
||||
context: ./backend/public
|
||||
context: .
|
||||
- dockerfile: Dockerfile
|
||||
image: mywebsite-task
|
||||
context: ./backend/task
|
||||
context: .
|
||||
- dockerfile: Dockerfile
|
||||
image: mywebsite-frontend
|
||||
context: ./frontend
|
||||
context: .
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user