We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ea4d commit 4727b8fCopy full SHA for 4727b8f
1 file changed
.github/workflows/build-docker.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
tag_name="ghcr.io/${GITHUB_REPOSITORY_OWNER}/monero-torrent-show:latest"
46
case "${{ steps.changes.outputs.transmission }}" in
47
- true)
+ "true")
48
docker build -f ./.github/workflows/docker/Dockerfile.transmission -t $tag_name .
49
docker push -a ghcr.io/${GITHUB_REPOSITORY_OWNER}/monero-torrent-show
50
;;
0 commit comments