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