Skip to content

chore(deps): update actions/checkout action to v4.1.4 #19

chore(deps): update actions/checkout action to v4.1.4

chore(deps): update actions/checkout action to v4.1.4 #19

name: Update DockerHub Description
on:
push:
branches:
- master
paths:
- alpine/README.md
- devtoolset-7-toolchain-centos7/README.md
- .github/workflows/dockerhub-description.yml
workflow_dispatch:
jobs:
update-description:
permissions:
contents: read
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: wildwildangel/docker-prebuild-alpine
short-description: A Docker image to prebuild Node.js native addons for Alpine Linux
readme-filepath: alpine/README.md
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: wildwildangel/docker-prebuild-devtoolset-7-toolchain-centos7
short-description: A Docker image to prebuild Node.js native addons using devtoolset-7-toolchain-centos7 image
readme-filepath: devtoolset-7-toolchain-centos7/README.md