Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
run: |
echo $token | docker login ghcr.io -u $username --password-stdin
docker push ghcr.io/metdatasystem/mds-us-database:latest
docker push ghcr.io/metdatasystem/us/database:latest
3 changes: 1 addition & 2 deletions database/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ echo "Database is ready. Bootstrapping..."
docker stop -t 120 mds-us-database

docker commit mds-us-database mds-us-database
docker tag mds-us-database ghcr.io/metdatasystem/us/database:latest

docker tag mds-us-database ghcr.io/metdatasystem/us/database:latest