Skip to content

Commit

Permalink
Update registry info
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyAdmin committed Nov 19, 2024
1 parent 0709d91 commit 830283d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pterodactyl/installers:${{ matrix.tag }}
ghcr.io/bloom-host/installers:${{ matrix.tag }}
pushAmd:
name: "yolks:installers_amd:${{ matrix.tag }}"
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/installers:${{ matrix.tag }}
ghcr.io/bloom-host/installers:${{ matrix.tag }}
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: bloom-host
password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand All @@ -46,4 +46,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pterodactyl/yolks:java_${{ matrix.tag }}
ghcr.io/bloom-host/yolks:java_${{ matrix.tag }}

0 comments on commit 830283d

Please sign in to comment.