1
0
Fork 0

Update README.md on Docker Hub

This commit is contained in:
Joao Gilberto 2022-03-28 14:51:58 -05:00
parent 50af051a33
commit 3aaff4aa04

View file

@ -74,6 +74,14 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request' || github.event.inputs.push == 'true'
uses: peter-evans/dockerhub-description@v2.1.0
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
DOCKERHUB_REPOSITORY: ${{ env.IMAGE_NAME }}
Documentation:
runs-on: 'ubuntu-latest'
needs: Build