Skip to content

skip upx on riscv64 because it is not supported :o #3

skip upx on riscv64 because it is not supported :o

skip upx on riscv64 because it is not supported :o #3

name: docker-hub-description
on:
push:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update docker hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: knight/cloudflared-dns
short-description: ${{ github.event.repository.description }}