Adjust Docker hub image name

This commit is contained in:
Kovah 2022-05-06 08:08:51 +02:00 committed by James Long
parent 841d3ac115
commit fd5d81e399

View file

@ -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