From f0c2f13909d42b7f5b535fc546753079bc818b45 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 10 Nov 2024 13:21:34 -0500 Subject: [PATCH] gh actions v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8e36cb..20b58f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: "https://scm.wyattjmiller.com/wymiller/ballbot" + images: scm.wyattjmiller.com/wymiller/ballbot tags: | type=sha,prefix= type=ref,event=branch @@ -51,5 +51,5 @@ jobs: context: . target: production push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} + tags: scm.wyattjmiller.com/wymiller/ballbot labels: ${{ steps.meta.outputs.labels }}