Skip to content

Upgrade to Alpine 3.19.1 #8

Upgrade to Alpine 3.19.1

Upgrade to Alpine 3.19.1 #8

Workflow file for this run

name: Sync DockerHub README
on:
push:
branches:
- master
paths:
- README-DockerHub.md
- .github/workflows/sync-readme.yml
workflow_dispatch:
jobs:
sync-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: 'rockstorm'
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: rockstorm/git-server
readme-filepath: ./README-DockerHub.md
short-description: ${{ github.event.repository.description }}