Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiller committed Apr 13, 2024
1 parent 042413f commit f145468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container/engine/tools/tsPrune.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "`date` [NOTICE : thunderstore] Pruning Thunderstore's Valheim database, keeping latest mods only..."
echo "`date` [NOTICE : thunderstore] pruning thunderstore's Valheim database, keeping latest mods only..."


# latest mods query
Expand Down
4 changes: 2 additions & 2 deletions dev_tools/save_dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ docker login --username=theoriginalbrian docker.io
#podman build --format=docker -t theoriginalbrian/phvalheim-server .

if [ "$1" = "latest" ]; then
docker build -t theoriginalbrian/phvalheim-server:latest .
docker buildx build -t theoriginalbrian/phvalheim-server:latest .
docker push theoriginalbrian/phvalheim-server:latest
elif [ "$1" = "rc" ]; then
docker build -t theoriginalbrian/phvalheim-server:rc .
docker buildx build -t theoriginalbrian/phvalheim-server:rc .
docker push theoriginalbrian/phvalheim-server:rc
fi

0 comments on commit f145468

Please sign in to comment.