mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
remove $ in yaml docker tags
This commit is contained in:
parent
ed0c2d7dd3
commit
d51d198f94
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -48,6 +48,6 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/meeb/$IMAGE_NAME:latest
|
tags: ghcr.io/meeb/tubesync:latest
|
||||||
cache-from: type=registry,ref=ghcr.io/meeb/$IMAGE_NAME:latest
|
cache-from: type=registry,ref=ghcr.io/meeb/tubesync:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
Loading…
Reference in New Issue
Block a user