Fix Image Repository to use Org

This commit is contained in:
2021-09-24 02:35:16 +00:00
parent 3dea9245d2
commit 42a5e057fa
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ on:
branches:
- main
env:
IMAGE_REPO: ghcr.io/hotarublaze
IMAGE_NAME: fluttershub
IMAGE_REPO: ghcr.io/fluttershub
IMAGE_NAME: homepage
jobs:
BuildImage:
@@ -25,7 +25,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: HotaruBlaze
username: fluttershub
password: ${{ secrets.CR_PAT }}
- name: Build and push

View File

@@ -2,7 +2,7 @@ version: "3"
services:
fluttershub.com:
image: ghcr.io/hotarublaze/fluttershub:latest
image: ghcr.io/fluttershub/homepage:latest
restart: always
networks:
- external