mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Fix build
This commit is contained in:
parent
7f5e4db46b
commit
39c6cd6e8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
with:
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/libretranslate:${{ env.TAG }},
|
||||
${{ steps.get-variables.outputs.gh-username-lower }}/libretranslate:${{ env.TAG }},
|
||||
ghcr.io/${{ steps.get-variables.outputs.gh-username-lower }}/libretranslate:${{ env.TAG }}
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
|
|
Loading…
Reference in a new issue