Mirror from bluesky-social/pds

fix image tag on workflow

+1 -1
+1 -1
.github/workflows/build-and-push-ghcr.yaml
··· 50 50 push: ${{ github.event_name != 'pull_request' }} 51 51 file: ./Dockerfile 52 52 tags: | 53 - latest 53 + ghcr.io/bluesky-social/pds:latest 54 54 ${{ steps.meta.outputs.tags }} 55 55 labels: ${{ steps.meta.outputs.labels }} 56 56 cache-from: type=gha