Skip to content

Commit e4b0bc0

Browse files
committed
docker-build
1 parent 8808492 commit e4b0bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}
11+
IMAGE_NAME: flyingfathead/whisper-transcriber-telegram-bot
1212

1313
jobs:
1414
build-and-push:
@@ -37,7 +37,7 @@ jobs:
3737
context: .
3838
push: true
3939
tags: |
40-
${{ env.REGISTRY }}/${{ github.repository_owner | toLower }}/${{ github.event.repository.name | toLower }}:latest
41-
${{ env.REGISTRY }}/${{ github.repository_owner | toLower }}/${{ github.event.repository.name | toLower }}:${{ github.sha }}
40+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
41+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
4242
cache-from: type=gha
4343
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)