We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8808492 commit e4b0bc0Copy full SHA for e4b0bc0
.github/workflows/docker-build.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: flyingfathead/whisper-transcriber-telegram-bot
12
13
jobs:
14
build-and-push:
@@ -37,7 +37,7 @@ jobs:
37
context: .
38
push: true
39
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 }}
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
42
cache-from: type=gha
43
cache-to: type=gha,mode=max
0 commit comments