Changed git URL in workflows
This commit is contained in:
@@ -19,12 +19,12 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: git.remilia.ch/remilia/kakigoori
|
images: git.prettysunflower.moe/prettysunflower/kakigoori
|
||||||
-
|
-
|
||||||
name: Login to Gitea Container Hub
|
name: Login to Gitea Container Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.remilia.ch
|
registry: git.prettysunflower.moe
|
||||||
username: ${{ vars.HUB_USERNAME }}
|
username: ${{ vars.HUB_USERNAME }}
|
||||||
password: ${{ secrets.HUB_TOKEN }}
|
password: ${{ secrets.HUB_TOKEN }}
|
||||||
-
|
-
|
||||||
|
Reference in New Issue
Block a user