diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b32528c..34d020c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: with: context: . push: true - tags: ghcr.io/${{github.repository}}:latest + tags: ghcr.io/purofle/sbbot:latest platforms: linux/amd64,linux/arm64 - cache-from: type=registry,ref=ghcr.io/${{github.repository}}:latest + cache-from: type=registry,ref=ghcr.io/purofle/sbbot:latest cache-to: type=inline \ No newline at end of file