Skip to content

Commit

Permalink
Merge pull request #28 from jasonyang-ee/upload
Browse files Browse the repository at this point in the history
Fix: docker hub user name update
  • Loading branch information
jasonyang-ee authored Sep 27, 2024
2 parents 18a0750 + 56759d9 commit 136bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/stm32-builder
${{ secrets.USERNAME_DOCKERHUB }}/stm32-builder
ghcr.io/${{ github.actor }}/stm32-builder
tags: type=ref,event=tag
flavor: prefix=${{ matrix.files }}-,onlatest=true
Expand Down

0 comments on commit 136bb2e

Please sign in to comment.