Changed: Updated Gitea Actions
Some checks reported warnings
Docker Build / Build Docker image (push) Has been cancelled
Some checks reported warnings
Docker Build / Build Docker image (push) Has been cancelled
This commit is contained in:
@ -52,5 +52,13 @@ jobs:
|
|||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Push README on Docker Hub
|
- name: push README to Dockerhub
|
||||||
run: docker pushrm uzurka/pyplanet-docker
|
uses: christian-korneck/update-container-description-action@v1
|
||||||
|
env:
|
||||||
|
DOCKER_USER: uzurka
|
||||||
|
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
with:
|
||||||
|
destination_container_repo: uzurka/freebox-prometheus
|
||||||
|
provider: dockerhub
|
||||||
|
short_description: 'A Prometheus exporter for the french ISP routers Freebox'
|
||||||
|
readme_file: 'README.md'
|
Reference in New Issue
Block a user