Fix Image Repository to use Org
This commit is contained in:
6
.github/workflows/actions.yml
vendored
6
.github/workflows/actions.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user