Update repository for GitHub Actions builds
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
13c4096fe8
commit
1eab86489b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches: main
|
||||
tags:
|
||||
- '*'
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/wbrawner/twigs-server
|
||||
ghcr.io/wbrawner/twigs
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
|
|
Loading…
Reference in a new issue