We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5891bc commit 7751791Copy full SHA for 7751791
1 file changed
.github/workflows/release.yml
@@ -79,8 +79,7 @@ jobs:
79
uses: docker/metadata-action@v5
80
with:
81
images: |
82
- ghcr.io/logto-io/logto
83
- svhd/logto
+ ghcr.io/nbtca/logto
84
tags: |
85
type=edge
86
@@ -91,14 +90,6 @@ jobs:
91
90
username: ${{ github.actor }}
92
password: ${{ secrets.GITHUB_TOKEN }}
93
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
-
102
- name: Set up Docker Buildx
103
uses: docker/setup-buildx-action@v3
104
0 commit comments