throwing in the towel

This commit is contained in:
2025-07-19 16:22:12 -04:00
parent c98aed3f60
commit ea7881416d

View File

@@ -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