From fddf1ae68a3391b05589a50749587fcde532aeb0 Mon Sep 17 00:00:00 2001 From: Tyrone Faulhaber <20131658+spectrapulse@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:08:28 +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 7f31bda..866f19f 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/spoticordmusic/spoticord + ghcr.io/kankerdev/spoticord/bot # 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/spoticordmusic/spoticord:latest-cache - cache-to: ghcr.io/spoticordmusic/spoticord:latest-cache + cache-from: ghcr.io/kankerdev/spoticord/bot:latest-cache + cache-to: ghcr.io/kankerdev/spoticord/bot:latest-cache