Adjust Docker hub image name
This commit is contained in:
parent
841d3ac115
commit
fd5d81e399
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
with:
|
||||
# Push to both Docker Hub and Github Container Registry
|
||||
images: |
|
||||
actualbudget/actual-server
|
||||
jlongster/actual-server
|
||||
ghcr.io/actualbudget/actual-server
|
||||
# Creates the following tags:
|
||||
# - actual-server:latest
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
actualbudget/actual-server
|
||||
jlongster/actual-server
|
||||
ghcr.io/actualbudget/actual-server
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
|
Loading…
Reference in a new issue