This commit is contained in:
parent
1e437ea3a1
commit
f0c2f13909
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user