Skip to content

Commit

Permalink
update to repo-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 14, 2023
1 parent 2577301 commit f16cdd1
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 1,041 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- repo-v3
env:
REGISTRY: ghcr.io
USERNAME: ${{ github.actor }}
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
tags: |
ghcr.io/bluesky-social/pds:latest
ghcr.io/bluesky-social/pds:beta
${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@atproto/pds": "0.2.0-beta.5"
"@atproto/pds": "0.3.0-beta.0"
}
}
Loading

0 comments on commit f16cdd1

Please sign in to comment.