Files
runtipi/apps/rego-tunnel/build/.github/workflows/hub.yml
alexz 65b6b1c16b
Some checks failed
Test / test (push) Has been cancelled
Fix docker-compose.json format for rego-tunnel
- Use object format for environment instead of array
- Update image to rego-windows:latest
- Remove deprecated KEY and VERSION

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 08:55:48 +00:00

27 lines
653 B
YAML
Executable File

name: Update
on:
push:
branches:
- master
paths:
- readme.md
- README.md
- .github/workflows/hub.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
-
name: Checkout repo
uses: actions/checkout@v6
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_REPO }}
short-description: ${{ github.event.repository.description }}
readme-filepath: ./readme.md