Skip to content

Commit

Permalink
build: change static name to env
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent 48addec commit 112c842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
releases=""
for tag in "${tags[@]}"; do
releases="${releases:+$releases,}hywax/mafl:$tag,ghcr.io/hywax/mafl:$tag"
releases="${releases:+$releases,}${{ secrets.DOCKERHUB_USERNAME }}/mafl:$tag,ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/mafl:$tag"
done
echo "releases=$releases" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 112c842

Please sign in to comment.