From d51d198f9402dbf49ed37932c33ba18cd5d31bfe Mon Sep 17 00:00:00 2001 From: meeb Date: Thu, 27 May 2021 20:28:50 +1000 Subject: [PATCH] remove $ in yaml docker tags --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a5f2edd..77b5d632 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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