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:
|
with:
|
||||||
# Push to both Docker Hub and Github Container Registry
|
# Push to both Docker Hub and Github Container Registry
|
||||||
images: |
|
images: |
|
||||||
actualbudget/actual-server
|
jlongster/actual-server
|
||||||
ghcr.io/actualbudget/actual-server
|
ghcr.io/actualbudget/actual-server
|
||||||
# Creates the following tags:
|
# Creates the following tags:
|
||||||
# - actual-server:latest
|
# - actual-server:latest
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
actualbudget/actual-server
|
jlongster/actual-server
|
||||||
ghcr.io/actualbudget/actual-server
|
ghcr.io/actualbudget/actual-server
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|
Loading…
Reference in a new issue