throwing in the towel
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: scm.wyattjmiller.com
|
||||
USERNAME: ${{ secrets.GH_ACTION_USERNAME }}
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -48,7 +49,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ secrets.GH_ACTION_USERNAME }}/${{ matrix.image }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.USERNAME }}/${{ matrix.image }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
@@ -63,7 +64,7 @@ jobs:
|
||||
context: ${{ matrix.context }}
|
||||
file: ${{ matrix.context }}/${{ matrix.dockerfile }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: scm.wyattjmiller.com/wymiller/${{ matrix.image }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
Reference in New Issue
Block a user