Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
* Remove docker username / password
* update docker hub short description
  • Loading branch information
svengo authored Sep 20, 2023
1 parent f3a1220 commit ddababf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ vars.IMAGE_NAMESPACE }}/${{ vars.IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}
-
name: Build Docker meta data
id: meta
Expand Down

0 comments on commit ddababf

Please sign in to comment.