remove $ in yaml docker tags

This commit is contained in:
meeb 2021-05-27 20:28:50 +10:00
parent ed0c2d7dd3
commit d51d198f94
1 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/meeb/$IMAGE_NAME:latest
cache-from: type=registry,ref=ghcr.io/meeb/$IMAGE_NAME:latest
tags: ghcr.io/meeb/tubesync:latest
cache-from: type=registry,ref=ghcr.io/meeb/tubesync:latest
cache-to: type=inline