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:
|
branches:
|
||||||
- main
|
- main
|
||||||
env:
|
env:
|
||||||
IMAGE_REPO: ghcr.io/hotarublaze
|
IMAGE_REPO: ghcr.io/fluttershub
|
||||||
IMAGE_NAME: fluttershub
|
IMAGE_NAME: homepage
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
BuildImage:
|
BuildImage:
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: HotaruBlaze
|
username: fluttershub
|
||||||
password: ${{ secrets.CR_PAT }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
fluttershub.com:
|
fluttershub.com:
|
||||||
image: ghcr.io/hotarublaze/fluttershub:latest
|
image: ghcr.io/fluttershub/homepage:latest
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
|
|||||||
Reference in New Issue
Block a user