Skip to content

Commit

Permalink
fix: only build docker once
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Oct 23, 2024
1 parent a6d8743 commit fe1851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
registry: ['ghcr.io/b-urb/doclytics', '${{ secrets.DOCKERHUB_USERNAME }}/doclytics']
registry: ['ghcr.io/b-urb/doclytics', 'bjoern5urban/doclytics']
permissions:
packages: write
contents: read
Expand Down

0 comments on commit fe1851f

Please sign in to comment.