Skip to content

Commit

Permalink
fix: forgot to change dockerhub repo from example
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 24, 2024
1 parent c25e4dc commit 46bed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description
repository: ${{ steps.metadata.outputs['dockerhub_namespace'] }}/${{ steps.metadata.outputs['image_name'] }}
readme-filepath: tmp_README.md
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description
repository: ${{ steps.metadata.outputs['dockerhub_namespace'] }}/${{ steps.metadata.outputs['image_name'] }}
readme-filepath: tmp_README.md

0 comments on commit 46bed2e

Please sign in to comment.