mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 16:43:06 +08:00
fix IMAGE_NAME
This commit is contained in:
parent
51a3e42a67
commit
241318a21a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Docker-Publish.yml
vendored
2
.github/workflows/Docker-Publish.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: ${{ secrets.DOCKER_USERNAME }}/${{ IMAGE_NAME }}
|
repository: ${{ secrets.DOCKER_USERNAME }}/$IMAGE_NAME
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue