ninth pass in ci
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: scm.wyattjmiller.com
|
||||
IMAGE_PREFIX: my-website-v2
|
||||
IMAGE_PREFIX: wymiller
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/wymiller/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
Reference in New Issue
Block a user