Skip to content

Commit 5696c61

Browse files
committed
shinonomeow
shinonomeow
1 parent 6e7dac5 commit 5696c61

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
uses: docker/metadata-action@v4
186186
with:
187187
images: |
188-
estrellaxd/auto_bangumi
188+
shinonomeow/auto_bangumi
189189
ghcr.io/${{ github.repository }}
190190
tags: |
191191
type=raw,value=${{ needs.version-info.outputs.version }}
@@ -197,7 +197,7 @@ jobs:
197197
uses: docker/metadata-action@v4
198198
with:
199199
images: |
200-
estrellaxd/auto_bangumi
200+
shinonomeow/auto_bangumi
201201
ghcr.io/${{ github.repository }}
202202
tags: |
203203
type=raw,value=${{ needs.version-info.outputs.version }}
@@ -258,7 +258,7 @@ jobs:
258258
builder: ${{ steps.buildx.output.name }}
259259
platforms: linux/amd64,linux/arm64,linux/arm/v7
260260
push: false
261-
tags: estrellaxd/auto_bangumi:test
261+
tags: shinonomeow/auto_bangumi:test
262262
cache-from: type=gha, scope=${{ github.workflow }}
263263
cache-to: type=gha, scope=${{ github.workflow }}
264264

@@ -329,15 +329,15 @@ jobs:
329329
env:
330330
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
331331

332-
telegram:
333-
runs-on: ubuntu-latest
334-
needs: [release]
335-
steps:
336-
- name: send telegram message on push
337-
uses: appleboy/telegram-action@master
338-
with:
339-
to: ${{ secrets.TELEGRAM_TO }}
340-
token: ${{ secrets.TELEGRAM_TOKEN }}
341-
message: |
342-
New release: ${{ needs.release.outputs.version }}
343-
Link: ${{ needs.release.outputs.url }}
332+
# telegram:
333+
# runs-on: ubuntu-latest
334+
# needs: [release]
335+
# steps:
336+
# - name: send telegram message on push
337+
# uses: appleboy/telegram-action@master
338+
# with:
339+
# to: ${{ secrets.TELEGRAM_TO }}
340+
# token: ${{ secrets.TELEGRAM_TOKEN }}
341+
# message: |
342+
# New release: ${{ needs.release.outputs.version }}
343+
# Link: ${{ needs.release.outputs.url }}

0 commit comments

Comments
 (0)