Skip to content

Commit

Permalink
Split of README for better usage, added docker-compose with env-file …
Browse files Browse the repository at this point in the history
…again, added action to push readme to DH again - thanks for input from #109
  • Loading branch information
jammsen committed Jan 30, 2024
1 parent b3d5cfb commit da42dd4
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 225 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-build-and-push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/docker-palworld-dedicated-server:${{ steps.slug.outputs.GIT_SHORT_SHA7 }}
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/docker-palworld-dedicated-server:latest
labels: ${{ steps.meta.outputs.labels }}
# -
# name: Docker Hub Description
# uses: peter-evans/dockerhub-description@v4
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# repository: peterevans/dockerhub-description
# readme-filepath: ./README.md
# enable-url-completion: true
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description
readme-filepath: ./README.md
enable-url-completion: true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
game
docker-compose.yml
docker-compose-*.yml
Loading

0 comments on commit da42dd4

Please sign in to comment.