Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Another readme push
Browse files Browse the repository at this point in the history
  • Loading branch information
erno1978 committed Apr 13, 2024
1 parent 8f8a436 commit 2bb0246
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,20 @@ jobs:
secrets: |
"github_token=${{ secrets.DOCKERHUB_TOKEN }}"
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
PushContainerReadme:
runs-on: ubuntu-latest
name: Push README to Docker Hub
steps:
- name: git checkout
uses: actions/checkout@v2
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description

destination_container_repo: ictu/zap2docker-weekly:latest
provider: dockerhub
short_description: 'my short description 😊'
readme_file: 'README.md'

0 comments on commit 2bb0246

Please sign in to comment.