Skip to content

Commit

Permalink
workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 1, 2024
1 parent 4046934 commit 11de469
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/docker-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ on:
- .github/workflows/docker-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: jeffersonlab/${{ github.event.repository.name }}
short-description: ${{ github.event.repository.description }}
uses: jeffersonlab/container-workflows/.github/workflows/docker-description.yml@main
with:
repository: jeffersonlab/${{ github.event.repository.name }}
description: ${{ github.event.repository.description }}
secrets: inherit

0 comments on commit 11de469

Please sign in to comment.