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

Commit

Permalink
Another try for a description
Browse files Browse the repository at this point in the history
  • Loading branch information
erno1978 committed Apr 13, 2024
1 parent a49c01a commit d1771de
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,11 @@ jobs:
tags: ictu/zap2docker-weekly:latest
secrets: |
"github_token=${{ secrets.DOCKERHUB_TOKEN }}"
- uses: actions/checkout@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_PASSWORD }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
destination_container_repo: ictu/zap2docker-weekly:latest
provider: dockerhub
short_description: 'my short description 😊'
readme_file: 'README.md'
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ictu/zap2docker-weekly:latest

0 comments on commit d1771de

Please sign in to comment.