Mirror from bluesky-social/pds

add semver container tag

+2 -1
+1
.github/workflows/build-and-push-ghcr.yaml
··· 40 40 images: | 41 41 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} 42 42 tags: | 43 + type=semver,enable=true,priority=90,pattern={{major}}.{{minor}} 43 44 type=sha,enable=true,priority=100,suffix=,format=long 44 45 45 46 - name: Build and push Docker image
+1 -1
compose.yaml
··· 16 16 target: /etc/caddy 17 17 pds: 18 18 container_name: pds 19 - image: ghcr.io/bluesky-social/pds:latest 19 + image: ghcr.io/bluesky-social/pds:0.2 20 20 network_mode: host 21 21 restart: unless-stopped 22 22 volumes: