Skip to content

Commit

Permalink
ci: fix hardcoded repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKoopa committed Jan 10, 2024
1 parent d1d8bb3 commit bf8e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate Docker tags
uses: docker/metadata-action@v5
with:
images: 'hackbu/${{ matrix.image.target || matrix.image.tag }}'
images: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image.target || matrix.image.tag }}'
tags: type=sha
flavor: latest=true
# Docs: https://github.com/docker/setup-qemu-action
Expand Down

0 comments on commit bf8e9be

Please sign in to comment.