Skip to content

Update 7.4/beta to v7.4.165, Update 7.4/official to v7.4.162, Tag 7.4… #25

Update 7.4/beta to v7.4.165, Update 7.4/official to v7.4.162, Tag 7.4…

Update 7.4/beta to v7.4.165, Update 7.4/official to v7.4.162, Tag 7.4… #25

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