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