From 0b70de72c99fb057e75f13a332c874ee1e9a720f Mon Sep 17 00:00:00 2001 From: Daniel <46288749+DaXcess@users.noreply.github.com> Date: Sun, 24 Sep 2023 22:04:53 +0200 Subject: [PATCH] Update build-push.yml --- .github/workflows/build-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 3b4bf6b..40e1d15 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -39,7 +39,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/spoticord/spoticord + ghcr.io/SpoticordMusic/spoticord # Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable={{is_default_branch}} @@ -59,5 +59,5 @@ jobs: tags: ${{ steps.spoticord.outputs.tags }} labels: ${{ steps.spoticord.outputs.labels }} # Some basic caching of the layers... - cache-from: ghcr.io/spoticord/spoticord:latest-cache - cache-to: ghcr.io/spoticord/spoticord:latest-cache + cache-from: ghcr.io/SpoticordMusic/spoticord:latest-cache + cache-to: ghcr.io/SpoticordMusic/spoticord:latest-cache