eighth pass at ci
This commit is contained in:
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -22,13 +22,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: public/Dockerfile
|
- dockerfile: public/Dockerfile
|
||||||
image: mywebsite-public
|
image: my-website-v2_public
|
||||||
context: ./backend
|
context: ./backend
|
||||||
- dockerfile: task/Dockerfile
|
- dockerfile: task/Dockerfile
|
||||||
image: mywebsite-task
|
image: my-website-v2_task
|
||||||
context: ./backend
|
context: ./backend
|
||||||
- dockerfile: Dockerfile
|
- dockerfile: Dockerfile
|
||||||
image: mywebsite-frontend
|
image: my-website-v2_frontend
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
|
images: ${{ env.REGISTRY }}/wymiller/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
Reference in New Issue
Block a user