tenth pass in ci
This commit is contained in:
15
.github/workflows/build.yaml
vendored
15
.github/workflows/build.yaml
vendored
@@ -9,7 +9,6 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: scm.wyattjmiller.com
|
||||
IMAGE_PREFIX: wymiller
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -49,7 +48,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
|
||||
images: ${{ env.REGISTRY }}/wymiller/${{ matrix.image }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
@@ -93,15 +92,15 @@ jobs:
|
||||
|
||||
The following Docker images have been built and pushed to the container registry:
|
||||
|
||||
- `${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-public:${{ github.ref_name }}`
|
||||
- `${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-task:${{ github.ref_name }}`
|
||||
- `${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-frontend:${{ github.ref_name }}`
|
||||
- `${{ env.REGISTRY }}/wymiller/mywebsite-public:${{ github.ref_name }}`
|
||||
- `${{ env.REGISTRY }}/wymiller/mywebsite-task:${{ github.ref_name }}`
|
||||
- `${{ env.REGISTRY }}/wymiller/mywebsite-frontend:${{ github.ref_name }}`
|
||||
|
||||
### Usage
|
||||
```bash
|
||||
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-public:${{ github.ref_name }}
|
||||
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-task:${{ github.ref_name }}
|
||||
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/mywebsite-frontend:${{ github.ref_name }}
|
||||
docker pull ${{ env.REGISTRY }}/wymiller/mywebsite-public:${{ github.ref_name }}
|
||||
docker pull ${{ env.REGISTRY }}/wymiller/mywebsite-task:${{ github.ref_name }}
|
||||
docker pull ${{ env.REGISTRY }}/wymiller/mywebsite-frontend:${{ github.ref_name }}
|
||||
```
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
Reference in New Issue
Block a user