Skip to content

Commit

Permalink
Fix: docker hub user name update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyang-ee committed Sep 27, 2024
1 parent 18a0750 commit 56759d9
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 56759d9

Please sign in to comment.