Mirror from bluesky-social/pds

build latest

dholms b4d867b5 5294116f

+1 -2
+1 -2
.github/workflows/build-and-push-ghcr.yaml
··· 3 3 push: 4 4 branches: 5 5 - main 6 - - repo-v3 7 6 env: 8 7 REGISTRY: ghcr.io 9 8 USERNAME: ${{ github.actor }} ··· 52 51 platforms: linux/amd64,linux/arm64 53 52 file: ./Dockerfile 54 53 tags: | 55 - ghcr.io/bluesky-social/pds:beta 54 + ghcr.io/bluesky-social/pds:latest 56 55 ${{ steps.meta.outputs.tags }} 57 56 labels: ${{ steps.meta.outputs.labels }} 58 57 cache-from: type=gha