A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: prevent ci from failing when it cant write to the gh cache

Trezy 85d2c303 b8f55998

+2 -2
+1 -1
.github/workflows/docker-postgres.yml
··· 38 38 push: true 39 39 tags: ${{ env.GHCR_POSTGRES_IMAGE }}:latest 40 40 cache-from: type=gha,scope=postgres 41 - cache-to: type=gha,scope=postgres,mode=max 41 + cache-to: type=gha,scope=postgres,mode=max,ignore-error=true
+1 -1
.github/workflows/docker.yml
··· 66 66 platforms: ${{ matrix.platform }} 67 67 labels: ${{ steps.meta.outputs.labels }} 68 68 cache-from: type=gha,scope=build-${{ matrix.platform }} 69 - cache-to: type=gha,scope=build-${{ matrix.platform }},mode=max 69 + cache-to: type=gha,scope=build-${{ matrix.platform }},mode=max,ignore-error=true 70 70 outputs: type=image,"name=${{ env.GHCR_IMAGE }},${{ env.ATCR_IMAGE }}",push-by-digest=true,name-canonical=true,push=true 71 71 72 72 - name: Create GHCR manifest