Skip to content

Commit 7751791

Browse files
committed
fix
1 parent a5891bc commit 7751791

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
uses: docker/metadata-action@v5
8080
with:
8181
images: |
82-
ghcr.io/logto-io/logto
83-
svhd/logto
82+
ghcr.io/nbtca/logto
8483
tags: |
8584
type=edge
8685
@@ -91,14 +90,6 @@ jobs:
9190
username: ${{ github.actor }}
9291
password: ${{ secrets.GITHUB_TOKEN }}
9392

94-
- name: Login to GitHub Container Registry
95-
uses: docker/login-action@v3
96-
with:
97-
registry: |
98-
ghcr.io
99-
username: silverhand-bot
100-
password: ${{ secrets.BOT_PAT }}
101-
10293
- name: Set up Docker Buildx
10394
uses: docker/setup-buildx-action@v3
10495

0 commit comments

Comments
 (0)