Skip to content

Create 9.0/official - v9.0.108, Promote 9.0 official to latest, Tag 9… #43

Create 9.0/official - v9.0.108, Promote 9.0 official to latest, Tag 9…

Create 9.0/official - v9.0.108, Promote 9.0 official to latest, Tag 9… #43

name: Hub Desc. Update on Tag
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ github.repository }}
short-description: ${{ github.event.repository.description }}