Skip to content

Commit

Permalink
Update docker-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod authored Jul 17, 2024
1 parent 8faa2a8 commit 715c0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
short-description: ${{ github.event.repository.description }}
registry: ${{ env.REGISTRY }}

- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 715c0d6

Please sign in to comment.